diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 22:37:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 22:37:10 +0000 |
commit | 7f83a9404a6462cbf7741a2b27b16584af55429c (patch) | |
tree | 9d70d7bfcc191a9d96a73dffdb5e58631037e2c5 /benchmarks/phoronix-test-suite | |
parent | 21221c5d51147213883f10671673587ee6bc913e (diff) | |
download | pkgsrc-7f83a9404a6462cbf7741a2b27b16584af55429c.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 1ab77691565..1ad0de0913a 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/08/15 22:08:16 marino Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 22:37:14 asau Exp $ # DISTNAME= phoronix-test-suite-${PTS_VERSION} @@ -12,8 +12,6 @@ HOMEPAGE= http://www.phoronix-test-suite.com/ COMMENT= Phoronix Benchmarking Suite LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2:../../textproc/php-dom DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2:../../graphics/php-gd |