diff options
author | Barbara Guida <bar@FreeBSD.org> | 2013-01-20 11:49:29 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2013-01-20 11:49:29 +0000 |
commit | 68da96a3d1f5d72e12e809318e5702d862a0c8ef (patch) | |
tree | 2a77e993d8c6cc5adce651bb0bada12980eddc84 /net-p2p/amule-devel/Makefile | |
parent | 53116350d7d3ab51e9e4477ef18ed1736069f50d (diff) |
Notes
Diffstat (limited to 'net-p2p/amule-devel/Makefile')
-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> |