diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index 203279a09f2..90313d311b0 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/27 03:19:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/02 20:06:12 wiz Exp $ DISTNAME= gnotepad+-1.3.2 PKGNAME= ${DISTNAME:S/+//} @@ -9,8 +9,8 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://gnotepad.sourceforge.net/ COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X11 -DEPENDS+= gnome-core-*:../../x11/gnome-core BUILD_USES_MSGFMT= yes +DEPENDS+= gnome-core-*:../../x11/gnome-core USE_X11BASE= YES USE_GMAKE= YES |