diff options
Diffstat (limited to 'editors/gnotepad/Makefile')
-rw-r--r-- | editors/gnotepad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index 71e7006c9a5..4bdbca9173c 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/09/22 00:03:03 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/11/30 23:32:22 salo Exp $ DISTNAME= gnotepad+-1.3.3 PKGNAME= ${DISTNAME:S/+//} @@ -13,6 +13,7 @@ COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES GNU_CONFIGURE= YES |