summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-05-30 19:30:22 +0000
committerdrochner <drochner@pkgsrc.org>2000-05-30 19:30:22 +0000
commit8d0aa456ddd9565185fa5e2c49cfd91609b65376 (patch)
tree4764565d65fe4da8284e860d15ac21b4b5a985ae /graphics/gdk-pixbuf/Makefile
parent715d8f4c14ead663384b852158d6081d6f463400 (diff)
downloadpkgsrc-8d0aa456ddd9565185fa5e2c49cfd91609b65376.tar.gz
update to 0.8.0
Changes: * Fixed offsetting in scaling functions (Owen). * Fixed compositing and bit-mangling bugs (Darin). * Many build and configuration-related fixes (James, Tomasz, Karl).
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r--graphics/gdk-pixbuf/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index 4558f7719f2..846952e70a9 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/30 19:30:22 drochner Exp $
#
-DISTNAME= gdk-pixbuf-0.4
+DISTNAME= gdk-pixbuf-0.8.0
CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gdk-pixbuf/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
@@ -11,8 +11,10 @@ HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs
GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+#our pkglibtool can't add a library to a library
+#USE_LIBTOOL= YES
USE_X11BASE= YES
+USE_GMAKE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib"
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"