diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /devel/sip | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) | |
download | ports-835d6b8655813f2580f5db9fcbec03a34833ec92.tar.gz ports-835d6b8655813f2580f5db9fcbec03a34833ec92.zip |
Notes
Diffstat (limited to 'devel/sip')
-rw-r--r-- | devel/sip/Makefile | 1 | ||||
-rw-r--r-- | devel/sip/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/sip/Makefile b/devel/sip/Makefile index a290c08869a7..7489b037a7f4 100644 --- a/devel/sip/Makefile +++ b/devel/sip/Makefile @@ -16,6 +16,7 @@ MAINTAINER= adsharma@home.com BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python USE_LIBTOOL= yes +INSTALL_SHLIBS= yes USE_QT= yes CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt GNU_CONFIGURE= yes diff --git a/devel/sip/pkg-plist b/devel/sip/pkg-plist index 17abf6aba7ad..9dbec3e2c223 100644 --- a/devel/sip/pkg-plist +++ b/devel/sip/pkg-plist @@ -5,5 +5,3 @@ lib/libsip.a include/sip/sip.h include/sip/sipQt.h @dirrm include/sip -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R |