diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /graphics/gphoto2 | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 1 | ||||
-rw-r--r-- | graphics/gphoto2/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 99446a55eb19..65c4044f3657 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -19,6 +19,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ diff --git a/graphics/gphoto2/pkg-plist b/graphics/gphoto2/pkg-plist index e1fed12870e1..bb8bfec3e78e 100644 --- a/graphics/gphoto2/pkg-plist +++ b/graphics/gphoto2/pkg-plist @@ -55,8 +55,6 @@ lib/libgphoto_sony_dscf1.so.0 lib/libgphoto_sony_dscf55.a lib/libgphoto_sony_dscf55.so lib/libgphoto_sony_dscf55.so.0 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R share/doc/gphoto/ChangeLog share/doc/gphoto/FAQ share/doc/gphoto/NEWS |