diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
commit | 49ac0257b583fca37768b7bd375c8e04dd766b2c (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/libmpd | |
parent | - convert to the new perl5 framework (diff) |
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
Notes
Notes:
svn path=/head/; revision=325966
Diffstat (limited to 'audio/libmpd')
-rw-r--r-- | audio/libmpd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index 8f1a4e0f11ac..22f29f3363d1 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmpd -# Date created: Apr 4 2006 -# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com> -# +# Created by: Stepan Zastupov [RedChrom] <redchrom@gmail.com> # $FreeBSD$ -# PORTNAME= libmpd PORTVERSION= 11.8.17 @@ -15,7 +11,8 @@ COMMENT= Abstraction around libmpdclient USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 gnomehack +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes post-patch: |