diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | ba25df56c6f06ebdc49e8183931fcf771ffdff4d (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/mytop | |
parent | 424b41d42d21b3809777219bf47d32a1cbccad86 (diff) | |
download | pkgsrc-ba25df56c6f06ebdc49e8183931fcf771ffdff4d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index fecb886e91c..e829f7f234b 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/08/14 08:18:04 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/02 21:25:23 asau Exp $ # DISTNAME= mytop-1.6 @@ -11,8 +11,6 @@ HOMEPAGE= http://jeremy.zawodny.com/mysql/mytop/ COMMENT= Console-based tool for monitoring the threads and performance of MySQL LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey |