diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-04 16:35:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-04 16:35:06 +0000 |
commit | 53fa0870ae1fe38cc9ff18d5287fb1b332256ee2 (patch) | |
tree | fd3665594f5735926f4549bae412c7251eee1a7c /graphics | |
parent | 2d370bcf316a62a246c6ec259adf2e4c48e10a25 (diff) | |
download | pkgsrc-53fa0870ae1fe38cc9ff18d5287fb1b332256ee2.tar.gz |
Create required directories in the depot for pkgviews installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile index c82b61bc7ec..8d1af04ed0c 100644 --- a/graphics/gdk-pixbuf-gnome/Makefile +++ b/graphics/gdk-pixbuf-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/15 12:47:35 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/06/04 16:35:06 minskim Exp $ .include "../../graphics/gdk-pixbuf/Makefile.common" @@ -13,6 +13,8 @@ CONFLICTS+= gdk-pixbuf<0.10.1 CONFIGURE_ARGS+= --enable-gtk-doc=no +INSTALLATION_DIRS= include/gdk-pixbuf-1.0/gdk-pixbuf lib + .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../x11/gnome-libs/buildlink3.mk" |