diff options
Diffstat (limited to 'databases/py-tokyocabinet/Makefile')
-rw-r--r-- | databases/py-tokyocabinet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile index 3a658ad1053..47b72312474 100644 --- a/databases/py-tokyocabinet/Makefile +++ b/databases/py-tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/04/08 19:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/02 21:25:50 asau Exp $ # VERSION= 0.5 @@ -12,8 +12,6 @@ HOMEPAGE= http://code.google.com/p/python-tokyocabinet/ COMMENT= Python wrapper to tokyocabinet database LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../databases/tokyocabinet/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |