summaryrefslogtreecommitdiff
path: root/devel/swig20
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-16 10:34:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-16 10:34:50 +0000
commitf93df9c6ea9f437915d715756eddaba906e46729 (patch)
tree31b9ee990f917f6a995d7a69736ce0358a53bf3f /devel/swig20
parent- Update to 0.2.2 (diff)
BROKEN on 5.x: Does not install
Notes
Notes: svn path=/head/; revision=101031
Diffstat (limited to 'devel/swig20')
-rw-r--r--devel/swig20/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile
index 1616ccc37dcb..97de191cb106 100644
--- a/devel/swig20/Makefile
+++ b/devel/swig20/Makefile
@@ -103,10 +103,16 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
ALL_TARGET= swig runtime
PLIST_SUB+= VER="${VER}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not install"
+.endif
+
post-install:
# A separate swig13-runtime port might be nice
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>