summaryrefslogtreecommitdiff
path: root/devel/swig11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig11/Makefile')
-rw-r--r--devel/swig11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index 9321a918b996..8686d4ede600 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/Makefile
@@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
-
+
.include <bsd.port.mk>