summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-06-21 00:01:09 +0000
committerjlam <jlam@pkgsrc.org>2000-06-21 00:01:09 +0000
commit7bea6c6e7fa3b74039278ff19a70236a01816932 (patch)
tree71982831bfa6d363534b2bbe47b2c280c193c1e9 /graphics/gdk-pixbuf
parentfa9a08aa90e01bc60d6cc24e4f1d9fefcc185ce5 (diff)
downloadpkgsrc-7bea6c6e7fa3b74039278ff19a70236a01816932.tar.gz
USE_LIBTOOL instead of PKGLIBTOOL, even though it's not used yet;
remove unnecessary include directives for giflib.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/Makefile35
1 files changed, 18 insertions, 17 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index 68a59b67393..ffecd69520e 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -1,26 +1,27 @@
-# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:28 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/21 00:01:09 jlam Exp $
#
-DISTNAME= gdk-pixbuf-0.8.0
-CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
+DISTNAME= gdk-pixbuf-0.8.0
+CATEGORIES= graphics devel
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.gnome.org/
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
-DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs
+DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs
-GNU_CONFIGURE= YES
-#our pkglibtool can't add a library to a library
-#USE_PKGLIBTOOL= YES
-USE_X11BASE= YES
-USE_GMAKE= yes
+GNU_CONFIGURE= # defined
+USE_X11BASE= # defined
+USE_GMAKE= # defined
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib"
-CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
-CONFIGURE_ENV+= X11BASE="${X11BASE}"
-LDFLAGS+= "-L${LOCALBASE}/lib"
+# our pkglibtool can't add a library to a library
+#USE_LIBTOOL= # defined
+#LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV+= X11BASE="${X11BASE}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include "../../mk/bsd.pkg.mk"