summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-28 12:44:05 +0000
committerwiz <wiz@pkgsrc.org>2014-10-28 12:44:05 +0000
commit7dc880bbd1747ade0899f1bf7cd4ddba8686635a (patch)
tree1bd347b889039cee1bbf934279b539dd4c65dd6d /editors
parentd5b794f3dec5319f9de9e946a5dd4d62d8b69302 (diff)
downloadpkgsrc-7dc880bbd1747ade0899f1bf7cd4ddba8686635a.tar.gz
Reset PKGREVISION after update.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs24-nox11/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/emacs24-nox11/Makefile b/editors/emacs24-nox11/Makefile
index 97b0b7725ad..d02c4bc354a 100644
--- a/editors/emacs24-nox11/Makefile
+++ b/editors/emacs24-nox11/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/07/09 01:50:44 taca Exp $
+# $NetBSD: Makefile,v 1.7 2014/10/28 12:44:05 wiz Exp $
PKGNAME= ${DISTNAME:S/emacs/emacs24/:S/-/-nox11-/}
-PKGREVISION= 1
CONFLICTS+= emacs24-[0-9]*
@@ -11,9 +10,9 @@ PKGDIR= ${.CURDIR}/../../editors/emacs24
.include "../../editors/emacs24/Makefile.common"
-CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \
- --without-rsvg --without-x --without-xft \
- --without-gif --without-jpeg --without-png \
- --without-tiff --without-xpm
+CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf
+CONFIGURE_ARGS+= --without-rsvg --without-x --without-xft
+CONFIGURE_ARGS+= --without-gif --without-jpeg --without-png
+CONFIGURE_ARGS+= --without-tiff --without-xpm
.include "../../mk/bsd.pkg.mk"