diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-27 13:01:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-27 13:01:26 +0000 |
commit | aaab81e871f583c096ee3c30796ffb41a548e4f9 (patch) | |
tree | 10f92b8e974db847fabd43a8058517a53762c458 /comms | |
parent | 619a35b9b31c1bb4a3eed13621f75d16cf210b2c (diff) | |
download | pkgsrc-aaab81e871f583c096ee3c30796ffb41a548e4f9.tar.gz |
Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/PLIST | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 20ab22fcab3..8487d47b6bf 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/11 02:56:25 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/27 13:01:26 jmmv Exp $ # DISTNAME= gnome-pilot-0.1.71 +PKGREVISION= 1 CATEGORIES= comms gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/0.1/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +27,7 @@ CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} .include "../../comms/pilot-link-libs/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libglade/buildlink2.mk" +.include "../../misc/gnome1-dirs/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" .include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/comms/gnome-pilot/PLIST b/comms/gnome-pilot/PLIST index 2ba9c9d86a2..3b8cd904889 100644 --- a/comms/gnome-pilot/PLIST +++ b/comms/gnome-pilot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/11 02:56:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/01/27 13:01:26 jmmv Exp $ bin/gnome-pilot-make-password bin/gpilot-applet bin/gpilot-install-file @@ -90,6 +90,9 @@ share/pixmaps/syncing_icon.png @dirrm share/gnome-pilot/glade @dirrm share/gnome-pilot/conduits @dirrm share/gnome-pilot +@comment in gnome-dirs: @dirrm share/gnome/apps/Settings/Peripherals +@comment in gnome-dirs: @dirrm share/gnome/apps/Settings +@comment in gnome-dirs: @dirrm share/gnome/apps @dirrm lib/gnome-pilot/conduits @dirrm lib/gnome-pilot @dirrm include/libgpilotdCM |