diff options
author | dholland <dholland> | 2013-02-24 01:25:30 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-02-24 01:25:30 +0000 |
commit | 221aa3116b5e885479105f0dd939cf849bc771bb (patch) | |
tree | 850ebe2a51d4b70032fcf0454b8803a2107fe61b /editors/emacs22 | |
parent | 9dd4cc7738bab7a6b6ae61d4dc94361f563b4cde (diff) | |
download | pkgsrc-221aa3116b5e885479105f0dd939cf849bc771bb.tar.gz |
Remove some more wrong CONFLICTS.
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs22/Makefile.common | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index ee65d72668a..3a9464ae685 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/02/17 08:01:50 dholland Exp $ +# $NetBSD: Makefile,v 1.37 2013/02/24 01:25:30 dholland Exp $ -PKGREVISION= 26 +PKGREVISION= 27 + +CONFLICTS+= emacs22-nox11-[0-9]* .include "../../editors/emacs22/Makefile.common" diff --git a/editors/emacs22/Makefile.common b/editors/emacs22/Makefile.common index 8e7fbf60e12..a0b07eb1710 100644 --- a/editors/emacs22/Makefile.common +++ b/editors/emacs22/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2013/02/23 23:53:18 dholland Exp $ +# $NetBSD: Makefile.common,v 1.3 2013/02/24 01:25:30 dholland Exp $ # # used by editors/emacs22/Makefile # used by editors/emacs22-nox11/Makefile @@ -15,8 +15,6 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html LICENSE= gnu-gpl-v3 CONFLICTS+= elisp-manual-[0-9]* -CONFLICTS+= emacs-[0-9]* -CONFLICTS+= emacs-nox11-[0-9]* CONFLICTS+= mule-[0-9]* USE_TOOLS+= gmake gzip mktemp:run perl:run pkg-config |