diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-16 22:19:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-16 22:19:08 +0000 |
commit | 9f7c3122d16025d6ec7f40e6ae73e1e1376f92e0 (patch) | |
tree | 510dadeae2e65cf6376c44a487474c6e3878de8d /graphics/gdk-pixbuf | |
parent | 5c9cb4e4779e00a9c7e136340ca5ac49f98c44d1 (diff) | |
download | pkgsrc-9f7c3122d16025d6ec7f40e6ae73e1e1376f92e0.tar.gz |
Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index 9649ec891bc..9ca322aaf33 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2001/06/29 04:54:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2001/08/16 22:19:08 wiz Exp $ # DISTNAME= gdk-pixbuf-0.10.1 @@ -22,7 +22,7 @@ USE_BUILDLINK_ONLY= # defined M4= ${LOCALBASE}/bin/gm4 PLIST_SUBST+= LOCALBASE=${LOCALBASE} -FILESDIR= ${.CURDIR}/../gdk-pixbuf/files +DISTINFO_FILE= ${.CURDIR}/../gdk-pixbuf/distinfo PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches pre-configure: |