diff options
author | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
commit | 86c13741d5aac3e7554ae1450f434384bccf09e2 (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /x11/xpad | |
parent | ea5eb9df0c476c06390c6b0f9497fdd0c4d8cd1e (diff) | |
download | pkgsrc-86c13741d5aac3e7554ae1450f434384bccf09e2.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'x11/xpad')
-rw-r--r-- | x11/xpad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index cdd1a8e9e50..f784dc685be 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/02/16 22:20:01 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/08 19:40:46 jmmv Exp $ # DISTNAME= xpad-1.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/} EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,7 @@ HOMEPAGE= http://xpad.sourceforge.net/ COMMENT= Sticky notes application in GTK 2 BUILD_USES_MSGFMT= yes -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes |