From 25506224708bc7c82f5074a3fc422e20371919d0 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 21 Aug 2013 12:03:51 +0000 Subject: - Use USES=gmake --- audio/icecast2/Makefile | 2 +- audio/libshout2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index e13fba779304..63b0717905b2 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -26,12 +26,12 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ LICENSE= GPLv2 -USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= icecast2 SUB_FILES+= pkg-message CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include +USES= gmake DOCSDIR= ${PREFIX}/share/doc/icecast WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 19ac3208938e..3b242de0c2d1 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -26,9 +26,9 @@ CONFLICTS= libshout-[0-9]* CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +USES= gmake DOCSDIR= ${PREFIX}/share/doc/libshout -- cgit