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 | |
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')
-rw-r--r-- | archivers/libcomprex/Makefile | 10 | ||||
-rw-r--r-- | archivers/liborange/Makefile | 3 | ||||
-rw-r--r-- | archivers/libpar2/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-liblzma/Makefile | 2 | ||||
-rw-r--r-- | archivers/squeeze/Makefile | 2 |
5 files changed, 6 insertions, 13 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 diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 61744897c473..48712d2cae46 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -25,8 +25,7 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_ICONV= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index 1ddde2347392..df95f885a0dd 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -18,7 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig OPTIONS_DEFINE= ENABLECANCEL OPTIONS_DEFAULT= ENABLECANCEL diff --git a/archivers/py-liblzma/Makefile b/archivers/py-liblzma/Makefile index 4597a2b9b888..1d5e84c0f4d0 100644 --- a/archivers/py-liblzma/Makefile +++ b/archivers/py-liblzma/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Python binding for the LZMA compression library -USE_PKGCONFIG= yes +USES= pkgconfig USE_BZIP2= yes USE_PYTHON= 2.6+ USE_PYDISTUTILS=yes diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 9399ca32a08b..a3dadc1f455e 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs GNU_CONFIGURE= yes INSTALLS_ICONS= yes +USES= pkgconfig USE_XFCE= configenv libutil thunar USE_XORG= x11 USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils @@ -27,7 +28,6 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOB_SAFE= yes -USE_PKGCONFIG= build OPTIONS_DEFINE= DOCS |