diff options
author | jlam <jlam> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-20 19:16:21 +0000 |
commit | 0b64c5e8f6df517e08feba011f6ebb6d4db35063 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /x11/gtk2 | |
parent | 0002516286baa006f1190f1197f054fe1934ff18 (diff) | |
download | pkgsrc-0b64c5e8f6df517e08feba011f6ebb6d4db35063.tar.gz |
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION
for packages that were modified as a result.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 0e2eb1d8107..979e0d565f0 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.89 2005/08/10 20:56:29 jlam Exp $ +# $NetBSD: Makefile,v 1.90 2005/08/20 19:16:22 jlam Exp $ # DISTNAME= gtk+-2.6.9 PKGNAME= ${DISTNAME:S/gtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.6/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.6/ \ @@ -43,7 +44,7 @@ PKGCONFIG_OVERRIDE+= gtk+-2.0.pc.in PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0.pc.in PKGCONFIG_OVERRIDE+= contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in -MAKE_DIRS+= ${PREFIX}/libdata/gtk-2.0 +REQD_DIRS+= ${PREFIX}/libdata/gtk-2.0 BUILD_DIRS= ${WRKSRC} ${WRKSRC}/demos/gtk-demo |