diff options
Diffstat (limited to 'editors/emacs-snapshot')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index a4177cbaaf7..58eb4a31ff4 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2011/03/01 04:12:45 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2011/04/22 14:40:42 obache Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" +PKGREVISION= 1 + .include "options.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |