diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /sysutils/unieject | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.zst freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'sysutils/unieject')
-rw-r--r-- | sysutils/unieject/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 147395fca79d..8220beac11fc 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -17,11 +17,10 @@ LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \ cdio:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 USE_GETTEXT= yes USE_ICONV= yes -USE_PKGCONFIG= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --disable-doc |