summaryrefslogtreecommitdiff
path: root/net/gatekeeper
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commitfe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch)
treecd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /net/gatekeeper
parentBROKEN on 5.x: Configure fails (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118243
Diffstat (limited to 'net/gatekeeper')
-rw-r--r--net/gatekeeper/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
index 2a9185ac97a3..ab9d0dcb941a 100644
--- a/net/gatekeeper/Makefile
+++ b/net/gatekeeper/Makefile
@@ -31,8 +31,14 @@ MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} HAS_RADACCT=1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/gnugk ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/addpasswd ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>