diff options
author | mm <mm@FreeBSD.org> | 2010-08-28 16:33:34 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-08-28 16:33:34 +0800 |
commit | 6a0f8106501af666805b391ba25c247ed1b77be7 (patch) | |
tree | 5db075570839f11b8d42a62488dff1bb258897f0 /www | |
parent | 3af4a3d3c79249a74ab56bddb5d2e8368c6c9d50 (diff) | |
download | freebsd-ports-gnome-6a0f8106501af666805b391ba25c247ed1b77be7.tar.gz freebsd-ports-gnome-6a0f8106501af666805b391ba25c247ed1b77be7.tar.zst freebsd-ports-gnome-6a0f8106501af666805b391ba25c247ed1b77be7.zip |
- Use autoconf and automake on build time (avoid re-run of configure)
- Remove AUTOTOOLS knobs from slave ports
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd-mod_geoip/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd/Makefile | 10 |
3 files changed, 3 insertions, 11 deletions
diff --git a/www/lighttpd-mod_geoip/Makefile b/www/lighttpd-mod_geoip/Makefile index 96b81023d830..2abd80bcaff3 100644 --- a/www/lighttpd-mod_geoip/Makefile +++ b/www/lighttpd-mod_geoip/Makefile @@ -25,8 +25,6 @@ LATEST_LINK= lighttpd-${PORTNAME} PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch.gz PATCH_SITE_SUBDIR+= mm -USE_AUTOTOOLS+= autoconf:262 autoheader:262 aclocal:110 automake:110 -ACLOCAL_ARGS+= -I m4 BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= ${PORTNAME}.la diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index e17af48b728b..35cc42784d1d 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -26,8 +26,6 @@ MANUAL_PACKAGE_BUILD= free for non-commercial use only PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCHFILES+= lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz PATCH_SITE_SUBDIR+= mm -USE_AUTOTOOLS+= autoconf:262 autoheader:262 aclocal:110 automake:110 -ACLOCAL_ARGS+= -I m4 BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= ${PORTNAME}.la diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index b0677c3ada95..0786a765e65c 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -20,13 +20,9 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= lthack -.if defined(_BUILDING_LIGHTTPD_MODULE) -USE_AUTOTOOLS?= libtool:22 -CONFIGURE_ARGS?= --libdir=${PREFIX}/lib/lighttpd --enable-static -.else -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd --enable-static -.endif # defined(_BUILDING_LIGHTTPD_MODULE) +USE_AUTOTOOLS= autoconf:262 autoheader:262 aclocal:110 automake:110 libtool:22 +ACLOCAL_ARGS= -I m4 +CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |