diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | 25506224708bc7c82f5074a3fc422e20371919d0 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /audio | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.zip |
- Use USES=gmake
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast2/Makefile | 2 | ||||
-rw-r--r-- | audio/libshout2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |