diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
commit | d480fe70cea0226db3fe9cb6d739bc4bb475c478 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /databases/quicklist | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'databases/quicklist')
-rw-r--r-- | databases/quicklist/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile index 131e4151a4b..81b3a357125 100644 --- a/databases/quicklist/Makefile +++ b/databases/quicklist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/27 03:19:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/02 20:06:11 wiz Exp $ # DISTNAME= quicklist-0.8.6 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.quicklist.org/ COMMENT= Simple database like AppleWorks & MS Works BUILD_USES_MSGFMT= yes - DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes |