aboutsummaryrefslogtreecommitdiff
path: root/japanese/xyagamo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:29:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:29:11 +0000
commitff6d8ec716d9bedb3cb3d26af73dbddca322fbc5 (patch)
treeff62f72ec5bbc4703432955f8d5b3e95f62eb5a8 /japanese/xyagamo
parent4d408491e811a0cf70b734c067c4437d1d28906b (diff)
downloadports-ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5.tar.gz
ports-ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5.zip
BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjr
Notes
Notes: svn path=/head/; revision=132952
Diffstat (limited to 'japanese/xyagamo')
-rw-r--r--japanese/xyagamo/Makefile8
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>