diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 5cb14340042a107ee5ad92616d23d4d9551eb878 (patch) | |
tree | 627c8eec76ffb450072bffd91d2a746e8d206c3d /devel/SWIG-devel | |
parent | First round of INSTALL_SHLIB fixes. (diff) |
Second round of INSTALL_SHLIBS=yes fixes.
Notes
Notes:
svn path=/head/; revision=29614
Diffstat (limited to 'devel/SWIG-devel')
-rw-r--r-- | devel/SWIG-devel/Makefile | 5 | ||||
-rw-r--r-- | devel/SWIG-devel/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile index b805c6b27dcb..9e3dd091f75c 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/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 diff --git a/devel/SWIG-devel/pkg-plist b/devel/SWIG-devel/pkg-plist index 7d4c1458e78f..687e929683ee 100644 --- a/devel/SWIG-devel/pkg-plist +++ b/devel/SWIG-devel/pkg-plist @@ -52,8 +52,6 @@ lib/libswigpy.so lib/libswigpl.la lib/libswigpy.la lib/libswigtcl8.la -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R @dirrm lib/swig%%VER%%/guile @dirrm lib/swig%%VER%%/java @dirrm lib/swig%%VER%%/python |