diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:59:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:59:45 +0800 |
commit | a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (patch) | |
tree | c33273a6a58b8038777ed89865aa97018222b854 /graphics/sane-backends | |
parent | 64186dbb7c798d759f09f85b088edf5765605aa5 (diff) | |
download | freebsd-ports-gnome-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.gz freebsd-ports-gnome-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.zst freebsd-ports-gnome-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.zip |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 1 | ||||
-rw-r--r-- | graphics/sane-backends/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index eafc4bd5ff95..14deea1babb3 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -21,6 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/sane-backends/pkg-plist b/graphics/sane-backends/pkg-plist index 6592dd0dfbdb..eb9071549fa1 100644 --- a/graphics/sane-backends/pkg-plist +++ b/graphics/sane-backends/pkg-plist @@ -119,8 +119,6 @@ lib/sane/libsane-tamarack.so.1 lib/sane/libsane-umax.a lib/sane/libsane-umax.so lib/sane/libsane-umax.so.1 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R sbin/saned share/sane-style.rc @dirrm lib/sane |