diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 09:56:58 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 09:56:58 +0000 |
commit | 30da2b610139191d26e19268dc9011f760fa3c17 (patch) | |
tree | 33c021ff0a9d319c5b8744227b6b27ceea5a9b3b /archivers/ucl | |
parent | 795f397e9681c9841a585258ede7aa8491d50be0 (diff) | |
download | FreeBSD-ports-30da2b610139191d26e19268dc9011f760fa3c17.zip FreeBSD-ports-30da2b610139191d26e19268dc9011f760fa3c17.tar.gz |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
Diffstat (limited to 'archivers/ucl')
-rw-r--r-- | archivers/ucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 9b61558..bdf441f 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A data compression library with low memory usage -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |