From 667c23dc90ff882074f8dc278017634b63061cd0 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 2 Sep 2013 10:06:03 +0000 Subject: 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 --- audio/libmodplug/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'audio/libmodplug') diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index f4be1e71ddce..6ea10aa02b82 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -9,15 +9,12 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -USES= gmake +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= pkgconfig GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in .include -- cgit