diff options
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 9b615580ca5a..bdf441fe5997 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} |