diff options
author | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
commit | ed84798deeb6e2b9e0e60a0a1f64ec329c11d443 (patch) | |
tree | 999b91342e316c9b622432535a8b50c5a680392f /net | |
parent | aaa1b143cc4364d1326aeb0328c7f638e6d68eb3 (diff) | |
download | pkgsrc-ed84798deeb6e2b9e0e60a0a1f64ec329c11d443.tar.gz |
Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.
No functional change.
Diffstat (limited to 'net')
-rw-r--r-- | net/php5-soap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/php5-soap/Makefile b/net/php5-soap/Makefile index b65e79d2e6d..d85d2ec7320 100644 --- a/net/php5-soap/Makefile +++ b/net/php5-soap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:41 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/15 16:45:59 taca Exp $ MODNAME= soap CATEGORIES+= net @@ -10,8 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= php-soap-[0-9]* -PHP_VERSIONS_ACCEPTED= 5 - CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2} |