diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-15 18:39:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-15 18:39:28 +0000 |
commit | 0a706975fb025001e3dee6729b96313d883fb3c4 (patch) | |
tree | 2f8624a90af91025e2b611d772fff1ae9c60253c /emulators | |
parent | e1d7dc62defc09dcecabb5a17058e7261e3e567d (diff) | |
download | pkgsrc-0a706975fb025001e3dee6729b96313d883fb3c4.tar.gz |
Fix fetch.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse131_libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse131_libxml2/Makefile b/emulators/suse131_libxml2/Makefile index 2f6f3f2b0d4..fc9c9baff90 100644 --- a/emulators/suse131_libxml2/Makefile +++ b/emulators/suse131_libxml2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/05/15 11:27:22 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/15 18:39:28 wiz Exp $ DISTNAME= suse_libxml2-${SUSE_VERSION} PKGREVISION= 1 CATEGORIES= emulators -RPMPKGS+= libxml2-2-2.9.1-2.4.1.${SUSE_ARCH} +RPMUPDPKGS+= libxml2-2-2.9.1-2.4.1.${SUSE_ARCH} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for libxml2 |