From 216ddc419baa671bdc18a793418729537600d99b Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 30 Aug 2013 23:01:05 +0000 Subject: 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 --- audio/alienwah/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'audio/alienwah') diff --git a/audio/alienwah/Makefile b/audio/alienwah/Makefile index 1702c0de3cfd..80ff3c39ee0c 100644 --- a/audio/alienwah/Makefile +++ b/audio/alienwah/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: alienwah -# Date created: 13 May 2002 -# Whom: Tilman Linneweh -# +# CReated by: Tilman Linneweh # $FreeBSD$ -# PORTNAME= alienwah PORTVERSION= 1.13 @@ -16,7 +12,7 @@ COMMENT= Paul Nasca's AlienWah LADSPA Plugin BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -USE_GMAKE= yes +USES= gmake MAKE_ARGS= CPP="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -fPIC" PLIST_FILES= lib/ladspa/aw.so -- cgit