diff options
Diffstat (limited to 'net-p2p/amule/Makefile')
-rw-r--r-- | net-p2p/amule/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 9f857858b661..cd04cccc8db2 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -1,4 +1,4 @@ -# Created by: Ganael LAPLANCHE <ganael.laplanche@martymac.org> +# Created by: Ganael LAPLANCHE <ganael.laplanche@martymac.org> # $FreeBSD$ PORTNAME= amule @@ -23,7 +23,7 @@ CONFLICTS= amule-devel-[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 @@ -61,7 +61,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> |