diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-12 09:53:03 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-12 09:53:03 +0000 |
commit | 3be8ef92560dfc58d3dd072519c48915c305593b (patch) | |
tree | 407abace00f3e81a277a4821dd7e7c668091e002 /audio/icecast2 | |
parent | 9ec2385482b23c5411a78e7215e7de50b9f0bf5d (diff) | |
download | FreeBSD-ports-3be8ef92560dfc58d3dd072519c48915c305593b.zip FreeBSD-ports-3be8ef92560dfc58d3dd072519c48915c305593b.tar.gz |
USE_RC_SUBR
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 51aa8ee..dca5ad6 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ USE_GMAKE= yes USE_LIBTOOL_VER=15 +USE_RC_SUBR= yes CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} |