1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Still broken on 6.x

This commit is contained in:
Pav Lucistnik 2008-07-08 22:21:51 +00:00
parent 2b186c48a2
commit 9c5aa61a88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216566

View File

@ -26,7 +26,13 @@ USE_GCC= 4.2+
CFLAGS+= -I${LOCALBASE}/include/dssi
USE_AUTOTOOLS= autoconf:261 automake:110:env libtool:15
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile
.endif
pre-configure:
cd ${WRKSRC} && ${AUTORECONF}
.include <bsd.port.mk>
.include <bsd.port.post.mk>