diff options
author | tnn <tnn> | 2007-04-29 13:09:27 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-04-29 13:09:27 +0000 |
commit | 698ce503b87e5cd895b5229bfd898347d8fba71e (patch) | |
tree | 761017d8cb43285361bf5b7526c91b7ce901313a /sysutils | |
parent | ab170204ce1181aab2641095d2ea4b1aed2454ce (diff) | |
download | pkgsrc-698ce503b87e5cd895b5229bfd898347d8fba71e.tar.gz |
pkglint
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs2/Makefile b/sysutils/gnome-vfs2/Makefile index c46e7431ca4..c70d2fd4c0c 100644 --- a/sysutils/gnome-vfs2/Makefile +++ b/sysutils/gnome-vfs2/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2007/04/10 17:58:10 drochner Exp $ +# $NetBSD: Makefile,v 1.72 2007/04/29 13:09:27 tnn Exp $ +PKGREVISION= 1 PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in @@ -28,6 +29,7 @@ CONFIGURE_ARGS+= --enable-fam .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/fam.buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index e775d7bbabe..c5d65df6d47 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.43 2007/04/29 11:47:03 tnn Exp $ +# $NetBSD: Makefile.common,v 1.44 2007/04/29 13:09:27 tnn Exp $ # GNOME_VFS2_VERSION= 2.18.1 DISTNAME= gnome-vfs-${GNOME_VFS2_VERSION} -PKGREVISION= 1 PKGNAME= ${DISTNAME:S/vfs/vfs2/} CATEGORIES?= sysutils CATEGORIES+= gnome |