View | Details | Raw Unified | Return to bug 123711
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 25-37 USE_AUTOTOOLS+= autoconf:261 aclocal:19 Link Here
25
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ARGS+=--enable-maintainer-mode
26
CONFIGURE_ARGS+=--enable-maintainer-mode
27
USE_PERL5_BUILD=yes
27
USE_PERL5_BUILD=yes
28
USE_GCC=	3.4
28
29
29
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
30
31
31
.if ${OSVERSION} >= 800000
32
.if ${OSVERSION} >= 800000
32
IGNORE=	FreeBSD 8.x is unsupported
33
IGNORE=	FreeBSD 8.x is unsupported
33
.elif ${OSVERSION} >= 700000
34
.elif ${OSVERSION} >= 700000
34
BROKEN=		does not compile
35
PLIST_SUB+=	RELENG_5="@comment "
35
PLIST_SUB+=	RELENG_5="@comment "
36
PLIST_SUB+=	RELENG_6="@comment "
36
PLIST_SUB+=	RELENG_6="@comment "
37
PLIST_SUB+=	RELENG_7=""
37
PLIST_SUB+=	RELENG_7=""

Return to bug 123711