diff options
author | bar <bar@FreeBSD.org> | 2013-01-20 19:49:29 +0800 |
---|---|---|
committer | bar <bar@FreeBSD.org> | 2013-01-20 19:49:29 +0800 |
commit | f681c209faeaad677b3b93009cc6e921bcc4710a (patch) | |
tree | 2a77e993d8c6cc5adce651bb0bada12980eddc84 /net-p2p | |
parent | 6287423089a512265c2b7ed306c9c319c8bdfdde (diff) | |
download | freebsd-ports-gnome-f681c209faeaad677b3b93009cc6e921bcc4710a.tar.gz freebsd-ports-gnome-f681c209faeaad677b3b93009cc6e921bcc4710a.tar.zst freebsd-ports-gnome-f681c209faeaad677b3b93009cc6e921bcc4710a.zip |
Convert to USE_PKGCONFIG.
Approved by: flo (mentor)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 0554c668df44..91cef30d067b 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -23,7 +23,7 @@ CONFLICTS= amule-[0-9]* USE_BZIP2= yes USE_BISON= build -USE_GNOME= pkgconfig +USE_PKGCONFIG= yes USE_GMAKE= yes USE_WX= 2.8 WX_CONF_ARGS= absolute @@ -62,7 +62,6 @@ PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt INSTALL README TODO \ amulesig.txt license.txt FLEX?= ${LOCALBASE}/bin/flex -PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config .include <bsd.port.options.mk> |