diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
commit | b5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34 (patch) | |
tree | de3140ef3cb3748036df1a0f21795ce57c8793b7 /lang/php4 | |
parent | 73d82e32c48c7cd196496f0a24330961ae24ded1 (diff) |
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 504f2787faee..e5c7f92e31d8 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -22,8 +22,9 @@ COMMENT?= PHP Scripting Language (Apache Module and CLI) LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes +USE_AUTOTOOLS= libtool:15 .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS+= autoconf:259 USE_GETOPT_LONG=yes CONFIGURE_ARGS= --enable-versioning \ |