diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/paman | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.zst freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/paman')
-rw-r--r-- | audio/paman/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile index 1f4c3ee71ac4..11cb4a5153da 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: paman -# Date created: 2008-01-15 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= paman PORTVERSION= 0.9.4 @@ -18,8 +14,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= gmake pathfix CONFIGURE_ARGS= --disable-lynx |