diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-19 21:38:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-19 21:38:10 +0000 |
commit | 486cb6cde79899ba802cce20313718b9d6e33c18 (patch) | |
tree | bd79371bfa3952a8b90358a0047d93bd2d28ea65 /comms | |
parent | 522ea25554edbf3b023b9aefec98253a1c3b7ede (diff) | |
download | pkgsrc-486cb6cde79899ba802cce20313718b9d6e33c18.tar.gz |
Does not really need gnome1-dirs, use xdg-dirs instead. Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 967335d3536..f700b100678 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2007/02/22 19:01:16 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2007/09/19 21:38:10 wiz Exp $ # DISTNAME= jpilot-0.99.9 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/ @@ -13,9 +14,8 @@ CONFLICTS+= jpilot-libplugin-[0-9]* USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_X11= YES USE_OLD_DES_API= YES -USE_DIRS+= gnome1-1.0 +USE_DIRS+= xdg-1.4 USE_TOOLS+= intltool msgfmt pkg-config USE_LANGUAGES+= c |