diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 14:18:45 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 14:18:45 +0000 |
commit | 47a43d5da119be7f2987816a1f5498ba1e36860d (patch) | |
tree | 1371076abee1f0e913a2770f3f00d685247a27fc /lang | |
parent | 6926e49bb9812fc04b85738872f9abf666083c06 (diff) | |
download | FreeBSD-ports-47a43d5da119be7f2987816a1f5498ba1e36860d.zip FreeBSD-ports-47a43d5da119be7f2987816a1f5498ba1e36860d.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ohugs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile index 639edc9..e395f8d 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> |