diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 18:06:03 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 18:06:03 +0800 |
commit | 49ac0257b583fca37768b7bd375c8e04dd766b2c (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/mpdas | |
parent | 993c8c265e497561b44b4090a45d2e34a3ef5010 (diff) | |
download | freebsd-ports-gnome-49ac0257b583fca37768b7bd375c8e04dd766b2c.tar.gz freebsd-ports-gnome-49ac0257b583fca37768b7bd375c8e04dd766b2c.tar.zst freebsd-ports-gnome-49ac0257b583fca37768b7bd375c8e04dd766b2c.zip |
Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5
Diffstat (limited to 'audio/mpdas')
-rw-r--r-- | audio/mpdas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index 6a7122f653ef..dfa284afca4e 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -13,7 +13,7 @@ COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ mpd.4:${PORTSDIR}/audio/libmpd -USE_GNOME= pkgconfig +USES= pkgconfig USE_BZIP2= yes USE_RC_SUBR= mpdas |