diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-09 03:37:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-09 03:37:00 +0000 |
commit | 99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (patch) | |
tree | 427da705764703a94f712bb0e321236c7353bd17 /graphics/gdk-pixbuf | |
parent | 5700c6abe38ad8bc838fcf036551fb26079ab1ad (diff) | |
download | pkgsrc-99c293f270ce92830cf3d9d0e08ad89d9d2127d5.tar.gz |
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 08874ca182f..210cfa116ee 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2001/08/29 22:41:17 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/09/09 03:37:01 jlam Exp $ # PKGNAME= ${DISTNAME} COMMENT= the GNOME image loading library +USE_BUILDLINK_ONLY= # defined REPLACE_BUILDLINK= gdk_pixbufConf.sh REPLACE_BUILDLINK+= gdk_pixbuf_xlibConf.sh diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index 345e34b7b2d..dd448275027 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2001/08/26 10:32:21 skrll Exp $ +# $NetBSD: Makefile.common,v 1.15 2001/09/09 03:37:01 jlam Exp $ # DISTNAME= gdk-pixbuf-0.10.1 @@ -17,7 +17,6 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined -USE_BUILDLINK_ONLY= # defined M4= ${LOCALBASE}/bin/gm4 PLIST_SUBST+= LOCALBASE=${LOCALBASE} |