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 /comms/jpilot | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'comms/jpilot')
-rw-r--r-- | comms/jpilot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 358bf94c2a9..11f3a60102c 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/03/27 03:19:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:11 wiz Exp $ # DISTNAME= jpilot-0.99 @@ -9,9 +9,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://jpilot.org/ COMMENT= desktop organizer application for the palm pilot -BUILD_USES_MSGFMT= yes - BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_USES_MSGFMT= yes DEPENDS+= gtk+>=1.2.0:../../x11/gtk DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link |