diff options
author | Barbara Guida <bar@FreeBSD.org> | 2013-01-20 11:52:15 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2013-01-20 11:52:15 +0000 |
commit | d4048323c9cded81b0108ed55cf115c34013bfbd (patch) | |
tree | 90b34c1511a3796a6e088a41a04432fe426ccae2 /net-p2p | |
parent | 71ce771a91b02a9c8211c6b80b66fcb7bec262f3 (diff) | |
download | ports-d4048323c9cded81b0108ed55cf115c34013bfbd.tar.gz ports-d4048323c9cded81b0108ed55cf115c34013bfbd.zip |
Convert to USE_PKGCONFIG.
Use space instead of tab after Created by header.
Approved by: flo (mentor)
Notes
Notes:
svn path=/head/; revision=310683
Diffstat (limited to 'net-p2p')
-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> |