diff options
author | bar <bar@FreeBSD.org> | 2013-01-20 19:52:15 +0800 |
---|---|---|
committer | bar <bar@FreeBSD.org> | 2013-01-20 19:52:15 +0800 |
commit | acc1d02bce3d8a72c9ee32028869cd841a17f6f2 (patch) | |
tree | 90b34c1511a3796a6e088a41a04432fe426ccae2 /net-p2p/amule | |
parent | bc32c942d04ec487f7a562885dd703e102c6df8c (diff) | |
download | freebsd-ports-gnome-acc1d02bce3d8a72c9ee32028869cd841a17f6f2.tar.gz freebsd-ports-gnome-acc1d02bce3d8a72c9ee32028869cd841a17f6f2.tar.zst freebsd-ports-gnome-acc1d02bce3d8a72c9ee32028869cd841a17f6f2.zip |
Convert to USE_PKGCONFIG.
Use space instead of tab after Created by header.
Approved by: flo (mentor)
Diffstat (limited to 'net-p2p/amule')
-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> |