diff options
Diffstat (limited to 'textproc/WordNet/Makefile')
-rw-r--r-- | textproc/WordNet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile index 5f69d5beb0b..42406ac6c45 100644 --- a/textproc/WordNet/Makefile +++ b/textproc/WordNet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/12 09:22:07 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= WordNet-3.0 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://wordnet.princeton.edu/ COMMENT= Lexical reference system +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib |