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 | 7e9290b8e535f3225aa136560c7c7b15f5bb99bd (patch) | |
tree | 999b91342e316c9b622432535a8b50c5a680392f /www/typolight27 | |
parent | 8c91adf67a33dacb448a87bdb94fccb2701cebee (diff) | |
download | pkgsrc-7e9290b8e535f3225aa136560c7c7b15f5bb99bd.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 'www/typolight27')
-rw-r--r-- | www/typolight27/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/typolight27/Makefile b/www/typolight27/Makefile index 7821620971f..ef4f974258f 100644 --- a/www/typolight27/Makefile +++ b/www/typolight27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/03/02 15:22:54 taca Exp $ +# $NetBSD: Makefile,v 1.15 2010/03/15 16:45:59 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -19,8 +19,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap PKG_DESTDIR_SUPPORT= user-destdir -PHP_VERSIONS_ACCEPTED= 5 - USE_TOOLS= pax NO_BUILD= yes |