diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-05-09 00:00:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-05-09 00:00:32 +0800 |
commit | d8f12efe970ac83c9f672ca61b628853b332c82a (patch) | |
tree | a5551aaa59ed0e0aefa29e65076ac82d7140846e /archivers | |
parent | 20e78b6039fc5927bbf8265acd060936580fa1fc (diff) | |
download | freebsd-ports-gnome-d8f12efe970ac83c9f672ca61b628853b332c82a.tar.gz freebsd-ports-gnome-d8f12efe970ac83c9f672ca61b628853b332c82a.tar.zst freebsd-ports-gnome-d8f12efe970ac83c9f672ca61b628853b332c82a.zip |
- Cleanup Makefile
- Restore mis-removed tab between USES= and pathfix
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> |