diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 06:44:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 06:44:49 +0800 |
commit | 142449507a7d1b2415d06f417507b540d5a3adf4 (patch) | |
tree | 1ebd059637dee3bfe87af1cad32da78d360b846a /archivers/libcomprex | |
parent | 582448a057e5d13d0bdca0ba4e4197d0d14e2082 (diff) | |
download | freebsd-ports-gnome-142449507a7d1b2415d06f417507b540d5a3adf4.tar.gz freebsd-ports-gnome-142449507a7d1b2415d06f417507b540d5a3adf4.tar.zst freebsd-ports-gnome-142449507a7d1b2415d06f417507b540d5a3adf4.zip |
portlint (switch back to USE_LIBTOOL). I'm not sure why this was
changed in the libtool megapatch, but it seems to work now.
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r-- | archivers/libcomprex/Makefile | 3 | ||||
-rw-r--r-- | archivers/libcomprex/pkg-plist | 6 |
2 files changed, 1 insertions, 8 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 2c08c85893c7..d17890121145 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -25,8 +25,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif GNU_CONFIGURE= yes -# USE_LIBTOOL= yes -# LIBTOOLFLAGS= # none +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lintl" INSTALLS_SHLIB= yes diff --git a/archivers/libcomprex/pkg-plist b/archivers/libcomprex/pkg-plist index 9b4a5b28b3f7..c975a95b7928 100644 --- a/archivers/libcomprex/pkg-plist +++ b/archivers/libcomprex/pkg-plist @@ -12,18 +12,12 @@ include/libcomprex/io.h include/libcomprex/module.h include/libcomprex/types.h include/libcomprex/utils.h -lib/comprex/archive/libar.la lib/comprex/archive/libar.so -lib/comprex/archive/libbzip2.la lib/comprex/archive/libbzip2.so -lib/comprex/archive/libtar.la lib/comprex/archive/libtar.so -lib/comprex/archive/libzlib.la lib/comprex/archive/libzlib.so -lib/comprex/scheme/libcurlscm.la lib/comprex/scheme/libcurlscm.so lib/libcomprex.a -lib/libcomprex.la lib/libcomprex.so lib/libcomprex.so.3 share/aclocal/libcomprex.m4 |