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/gnome-pilot/Makefile | |
parent | 619a35b9b31c1bb4a3eed13621f75d16cf210b2c (diff) | |
download | pkgsrc-aaab81e871f583c096ee3c30796ffb41a548e4f9.tar.gz |
Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.
Diffstat (limited to 'comms/gnome-pilot/Makefile')
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 |
1 files changed, 3 insertions, 1 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" |