diff options
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 97de191cb106..00d55e0a5573 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/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> |