diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-05-08 16:00:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-05-08 16:00:32 +0000 |
commit | 9466429ecc75eede5250be809d70b11b12c57513 (patch) | |
tree | a5551aaa59ed0e0aefa29e65076ac82d7140846e /archivers | |
parent | 94b858fc395ad950391c41065fe9b9810151802a (diff) | |
download | ports-9466429ecc75eede5250be809d70b11b12c57513.tar.gz ports-9466429ecc75eede5250be809d70b11b12c57513.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 12e57948b387..db57352cb8fa 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -12,12 +12,10 @@ COMMENT= Transparently handles automatic compression and decompression of files LICENSE= LGPL21 -#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl - OPTIONS_DEFINE= NLS USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -33,6 +31,5 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.pre.mk> .include "Makefile.man" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |