diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 12:03:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 12:03:51 +0000 |
commit | bc221a68c15c8e0767c7e506835360a84c2428b2 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /audio/icecast2 | |
parent | 810f699bfefb6805c8c40fd746af650e11986757 (diff) | |
download | ports-bc221a68c15c8e0767c7e506835360a84c2428b2.tar.gz ports-bc221a68c15c8e0767c7e506835360a84c2428b2.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |