aboutsummaryrefslogtreecommitdiff
path: root/net/gopher
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
commit88e23a5185d40d2f0b1c716b14b1b58fb42541ef (patch)
tree6c6a9322d962d0c733925665fd99549a3c32f4a6 /net/gopher
parentec0b607b27b8b75f79a7ea0f57b23038911be311 (diff)
downloadports-88e23a5185d40d2f0b1c716b14b1b58fb42541ef.tar.gz
ports-88e23a5185d40d2f0b1c716b14b1b58fb42541ef.zip
BROKEN on 5.0: does not compile
Notes
Notes: svn path=/head/; revision=71290
Diffstat (limited to 'net/gopher')
-rw-r--r--net/gopher/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
index b872012bf437..b8420f4924f1 100644
--- a/net/gopher/Makefile
+++ b/net/gopher/Makefile
@@ -21,8 +21,14 @@ MAN1= gopher.1 gophfilt.1
MAN5= gopherd.conf.5 gopherrc.5
MAN8= gopherd.8 gopherindex.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
pre-patch:
@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
's,<malloc.h>,<stdlib.h>,'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>