aboutsummaryrefslogtreecommitdiff
path: root/lang/ohugs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 14:18:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 14:18:45 +0000
commita5d9b508226f9ac0fd65b56d6a5a6c4e8758f363 (patch)
tree73d667dffb188aba3b25640d157e914ebe377d84 /lang/ohugs
parent18bbc2c5cf3582d0c05c54263c4cc1770d1e3d29 (diff)
downloadports-a5d9b508226f9ac0fd65b56d6a5a6c4e8758f363.tar.gz
ports-a5d9b508226f9ac0fd65b56d6a5a6c4e8758f363.zip
Notes
Diffstat (limited to 'lang/ohugs')
-rw-r--r--lang/ohugs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile
index 639edc9447e2..e395f8d4791c 100644
--- a/lang/ohugs/Makefile
+++ b/lang/ohugs/Makefile
@@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
USE_REINPLACE= yes
USE_BISON= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502108
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
.if defined(WITHOUT_X11)
@${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-src::prelude.h
@@ -34,4 +40,4 @@ post-patch:
${WRKSRC}/src/Makefile
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>