diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 09:09:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 09:09:06 +0800 |
commit | 4c40f5c9e2a00ce9900568e7a54f55740faa40e2 (patch) | |
tree | 5dcb0e56bbe0df699b6e1426ad6a0725365ee72a /devel/swig13 | |
parent | 829b1a13bc009c96ec9e9371259eb76483144a59 (diff) | |
download | freebsd-ports-gnome-4c40f5c9e2a00ce9900568e7a54f55740faa40e2.tar.gz freebsd-ports-gnome-4c40f5c9e2a00ce9900568e7a54f55740faa40e2.tar.zst freebsd-ports-gnome-4c40f5c9e2a00ce9900568e7a54f55740faa40e2.zip |
This is broken on 4.x too.
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 97de191cb106..00d55e0a5573 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -16,6 +16,8 @@ COMMENT= Simplified Wrapper and Interface Generator BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf +BROKEN= "Does not install" + VER= ${PORTVERSION:R} # Supported languages: guile perl php4 python ruby tcl ocaml pike java @@ -103,16 +105,10 @@ 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.post.mk> +.include <bsd.port.mk> |