diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 2f8b0d94926c384cccd7e111b51766b739f72c6c (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/php-concrete5 | |
parent | 2781f422514e487b39fa9665a62698618c05a7ee (diff) | |
download | pkgsrc-2f8b0d94926c384cccd7e111b51766b739f72c6c.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/php-concrete5')
-rw-r--r-- | www/php-concrete5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/php-concrete5/Makefile b/www/php-concrete5/Makefile index 8a5eb91727d..29684a968b9 100644 --- a/www/php-concrete5/Makefile +++ b/www/php-concrete5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/09/20 21:29:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/28 06:30:57 asau Exp $ # DISTNAME= concrete5.6.0.1 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.concrete5.org/ COMMENT= Open sourece Content Management System LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.2.0:../../converters/php-iconv DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql |