diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
commit | f25f9d2824f2548b605b8cf88494b54c2d1335d9 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /graphics/gdk-pixbuf/Makefile | |
parent | 98cd81fd463921699b46403b8d5cc871f6f3aba2 (diff) | |
download | pkgsrc-f25f9d2824f2548b605b8cf88494b54c2d1335d9.tar.gz |
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 210cfa116ee..ebacc362efb 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2001/09/09 03:37:01 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/10/03 22:36:39 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 .include "Makefile.common" |