diff options
author | rh <rh@pkgsrc.org> | 2003-01-02 03:21:34 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-02 03:21:34 +0000 |
commit | 9666c25aeb2df84a0320d3500bbe1e5cf67b9ca1 (patch) | |
tree | edaeed361931a41f994d369306517a39279cb234 /databases | |
parent | d067d63babdc4fbc6e19445f06deff122e908b8d (diff) | |
download | pkgsrc-9666c25aeb2df84a0320d3500bbe1e5cf67b9ca1.tar.gz |
Make this a prerequisite of gnome-vfs and only conflict with
gnome-vfs<=1.0.3
Bump PKGREVISION
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnome-mime-data/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/gnome-mime-data/Makefile b/databases/gnome-mime-data/Makefile index b77dee299d5..64a4b45b0bd 100644 --- a/databases/gnome-mime-data/Makefile +++ b/databases/gnome-mime-data/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/12/25 15:11:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/02 03:21:34 rh Exp $ # DISTNAME= gnome-mime-data-2.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mime-data/2.0/} EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= MIME and Application database for GNOME2 BUILD_USES_MSGFMT= YES -CONFLICTS= gnome-vfs-1* +CONFLICTS= gnome-vfs<=1.0.3 USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES |