diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-07-26 22:20:34 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-07-26 22:20:34 +0000 |
commit | 31817082aa0488a9f7f3d2489ee805ecf53f3823 (patch) | |
tree | 493b4b25f9a56d56218b41dfa37cea83c63e61b1 /www | |
parent | 267cb3ba37514d542c66760e4749d9d9a52128b3 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_musicindex/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index ca421a62fe7f..fa9aa65158cf 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -16,6 +16,10 @@ COMMENT= Apache module that allows downloading and streaming of audio LICENSE= LGPL21 +USE_APACHE= 20+ + +.include <bsd.port.pre.mk> + OPTIONS_DEFINE= NLS FLAC MP3 MP4 VORBIS LIBARCHIVE FILECACHE MYSQLCACHE OPTIONS_DEFAULT=NLS MP3 LIBARCHIVE FILECACHE @@ -27,8 +31,6 @@ MYSQLCACHE_DESC= MySQL caching support MAKE_JOBS_SAFE= yes -USE_APACHE= 20+ - GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -119,4 +121,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |