diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-10 07:52:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-10 07:52:09 +0800 |
commit | af689deb8bcfba97b9d9b743e1e108b252429905 (patch) | |
tree | 5479dd03e07a05bc1924b2d651776676a498613c /www | |
parent | 37f1de635e29244a55c9e08a59dc564d7bf55b6b (diff) | |
download | freebsd-ports-gnome-af689deb8bcfba97b9d9b743e1e108b252429905.tar.gz freebsd-ports-gnome-af689deb8bcfba97b9d9b743e1e108b252429905.tar.zst freebsd-ports-gnome-af689deb8bcfba97b9d9b743e1e108b252429905.zip |
Wake up to the new Apache world order, and set USE_APACHE=2.0+ for users
of 2.1 and higher.
Diffstat (limited to 'www')
-rw-r--r-- | www/gnome-user-share/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index de2628e10d5f..fbd924532355 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= howl:${PORTSDIR}/net/howl USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_APACHE= yes -APACHE_PORT= www/apache20 +USE_APACHE= 2.0+ USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2 USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 @@ -31,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas post-patch: - @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/libexec/apache2|g' \ + @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ ${WRKSRC}/dav_user.conf .include <bsd.port.mk> |