diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-01 04:12:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-01 04:12:45 +0000 |
commit | ad9851dbe26adbf5199422adad42087e5b1285f4 (patch) | |
tree | 4d3601655afad16f3c636e925ad12b2556c1da72 /editors/emacs-snapshot/Makefile | |
parent | 567e23df622933eb0633884ef567b958b66c2f5d (diff) | |
download | pkgsrc-ad9851dbe26adbf5199422adad42087e5b1285f4.tar.gz |
Update emacs-snapshot to 20110224.
- Reorganize icon directories and files.
- Obsolete packages: pc-mode, pc-select, pgg, spell, and sregex.
- Import modules from gnulib: filemode, crypto/md5, stdint,
getloadavg, and strftime.
Diffstat (limited to 'editors/emacs-snapshot/Makefile')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 732272fa4b3..a4177cbaaf7 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2011/01/13 13:53:25 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2011/03/01 04:12:45 minskim Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" -PKGREVISION= 1 .include "options.mk" |