diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 17:56:58 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 17:56:58 +0800 |
commit | 30da2b610139191d26e19268dc9011f760fa3c17 (patch) | |
tree | 33c021ff0a9d319c5b8744227b6b27ceea5a9b3b /archivers/libcomprex | |
parent | 795f397e9681c9841a585258ede7aa8491d50be0 (diff) | |
download | freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.tar.gz freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.tar.zst freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r-- | archivers/libcomprex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index a6cc8208558c..4fece4645a04 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -24,7 +24,7 @@ USE_AUTOTOOLS= libltdl:15 USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |