diff options
author | obache <obache@pkgsrc.org> | 2015-01-09 11:32:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-09 11:32:47 +0000 |
commit | 45b3df9055b2ab3ab3939ff0f897c28bb83eaecf (patch) | |
tree | b8801be34040ff2c3be64c05b5ce15a62cc2c5a6 /editors | |
parent | 6b4342203c45d51e705902f1bd37fc4226248683 (diff) | |
download | pkgsrc-45b3df9055b2ab3ab3939ff0f897c28bb83eaecf.tar.gz |
Same PKGBASE packages must not be installed, no need to add manual CONFLICTS.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 8329ce20a06..7c76e73cd42 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/12/29 04:37:44 dholland Exp $ +# $NetBSD: Makefile,v 1.20 2015/01/09 11:32:47 obache Exp $ DISTNAME= gedit-3.14.2 PKGREVISION= 1 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gedit.org/ COMMENT= Lightweight GNOME UTF-8 text editor LICENSE= gnu-gpl-v2 -CONFLICTS+= gedit>=2.0<3.0 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt perl pkg-config |