diff options
author | kris <kris@FreeBSD.org> | 2004-03-28 12:39:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-28 12:39:21 +0800 |
commit | cbad4c8ffbefaea050c8ff1ee0fce34f8fca801f (patch) | |
tree | 53996682aca2ef85b11c9bf873babb5509c12868 | |
parent | d6fbac690ccd5a5245c6889b2de331c0e6223a30 (diff) | |
download | freebsd-ports-gnome-cbad4c8ffbefaea050c8ff1ee0fce34f8fca801f.tar.gz freebsd-ports-gnome-cbad4c8ffbefaea050c8ff1ee0fce34f8fca801f.tar.zst freebsd-ports-gnome-cbad4c8ffbefaea050c8ff1ee0fce34f8fca801f.zip |
Revert 1.6 and 1.5, which were committed prematurely
-rw-r--r-- | databases/memcached/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 8bd1866d6a9f..1c3c9ccac47b 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -16,8 +16,8 @@ COMMENT= High-performance distributed memory object cache system BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent PLIST_FILES= bin/memcached -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 253 +USE_AUTOMAKE= YES +WANT_AUTOCONF_VER= 253 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} |