diff options
author | clement <clement@FreeBSD.org> | 2004-10-31 17:22:21 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-10-31 17:22:21 +0800 |
commit | 707af5870bbf073a57cf71a63ce9034bec7b5e95 (patch) | |
tree | b879a55e347a4705375855b9f2e74210ba75548f /www/apache20 | |
parent | 95b0773010cd24b81581c52492973ff0d857d584 (diff) | |
download | freebsd-ports-gnome-707af5870bbf073a57cf71a63ce9034bec7b5e95.tar.gz freebsd-ports-gnome-707af5870bbf073a57cf71a63ce9034bec7b5e95.tar.zst freebsd-ports-gnome-707af5870bbf073a57cf71a63ce9034bec7b5e95.zip |
Makefile was errornously committed. Revert the changes
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 88e67e75220e..63695e3a274b 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -45,8 +45,8 @@ SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \ AUTOHEADER=${AUTOHEADER} USE_ICONV= yes -#USE_AUTOCONF_VER= 259 -#USE_LIBTOOL_VER= 15 +USE_AUTOCONF_VER= 259 +USE_LIBTOOL_VER= 15 USE_PERL5= yes USE_RC_SUBR= yes USE_REINPLACE= yes |