diff options
author | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
commit | 7df864000e47739ba63ddd41f99ae10e67721bff (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /editors | |
parent | 5d481883637f698c36be3e03b6fcd4f03e46ea2b (diff) | |
download | pkgsrc-7df864000e47739ba63ddd41f99ae10e67721bff.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
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 |