diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 135776951ec27858cec633271bc65e3e49745f01 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /archivers/libcomprex | |
parent | 403f9e420456633793408637949b5119d9c957d8 (diff) | |
download | freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.gz freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.zst freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r-- | archivers/libcomprex/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index bd253ec95206..2598e385e4da 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: libcomprex -# Date created: Nov 22, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libcomprex PORTVERSION= 0.3.3 @@ -17,13 +12,12 @@ COMMENT= Transparently handles automatic compression and decompression of files LICENSE= LGPL21 -USE_PKGCONFIG= yes #LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl OPTIONS_DEFINE= NLS USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |