diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:29:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:29:11 +0000 |
commit | ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5 (patch) | |
tree | ff62f72ec5bbc4703432955f8d5b3e95f62eb5a8 /japanese/xyagamo | |
parent | 4d408491e811a0cf70b734c067c4437d1d28906b (diff) | |
download | freebsd-ports-ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5.zip |
BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjr
Diffstat (limited to 'japanese/xyagamo')
-rw-r--r-- | japanese/xyagamo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/xyagamo/Makefile b/japanese/xyagamo/Makefile index c33a4a41a54d..c70baaa2cb68 100644 --- a/japanese/xyagamo/Makefile +++ b/japanese/xyagamo/Makefile @@ -20,7 +20,13 @@ MAN6= xyagamo.6 MANLANG= ja MAN6COMPRESSED= no +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 600006 +BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0" +.endif + pre-build: @cd ${BUILD_WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} depend -.include <bsd.port.mk> +.include <bsd.port.post.mk> |