diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/nts/Makefile | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/nts/Makefile')
-rw-r--r-- | editors/nts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nts/Makefile b/editors/nts/Makefile index 1b6904e8d9c..8741cffa3e1 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/03/15 11:53:26 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 11:43:38 asau Exp $ # DISTNAME= nts-78 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.duke.edu/~dgraham/NTS/ COMMENT= Simple GUI note taking application LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil |