From 31817082aa0488a9f7f3d2489ee805ecf53f3823 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Thu, 26 Jul 2012 22:20:34 +0000 Subject: - fix support for non default options with options NG and usage of APACHE_PKGNAMEPREFIX bsd.port.pre.mk has to be included before OPTIONS else OPTIONFILE points a non existing location and additional options are ignored no version bump, it affects only non default options --- www/mod_musicindex/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www') 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 + 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 +.include -- cgit v1.2.3