diff options
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" |