diff options
Diffstat (limited to 'devel/swig13/Makefile')
-rw-r--r-- | devel/swig13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index b805c6b27dcb..9e3dd091f75c 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -20,9 +20,10 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 -USE_PERL5= YES +USE_PERL5= yes +INSTALL_SHLIBS= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} -USE_LIBTOOL= YES +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ --with-tcllib=${PREFIX}/lib/tcl8.2/ ALL_TARGET= swig runtime |