diff options
author | gdt <gdt@pkgsrc.org> | 2008-10-27 17:22:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-10-27 17:22:39 +0000 |
commit | 9c2100a167a6330e384c3c0ac2988d86775a2569 (patch) | |
tree | 927b2650d35e250f8eaf687802714bc509df9609 /x11/gnome-session | |
parent | 460d23125537a7027a92a6591ca4006a2d729139 (diff) | |
download | pkgsrc-9c2100a167a6330e384c3c0ac2988d86775a2569.tar.gz |
Add BUILD_DEPENDS on xmlto, ensuring that the new PLIST entry is built.
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 5ae31e9e363..86ee1ee4185 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2008/10/26 23:33:18 gdt Exp $ +# $NetBSD: Makefile,v 1.107 2008/10/27 17:22:39 gdt Exp $ # DISTNAME= gnome-session-2.24.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.24/} SITES.gnome-splash-2.16.0.png= ${MASTER_SITE_LOCAL:=gnome-splash/} @@ -17,6 +17,8 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= gnome-core<1.4.2nb4 +BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 |