diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-17 18:55:44 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-17 18:55:44 +0000 |
commit | 98e69edc182261383b1f6a27d57cb1d7ee46bdfb (patch) | |
tree | 294f3533187c6e548aee3796eb13b58a8995c593 /time/xalarm | |
parent | 81c4765840e56ef79cc328f4d2368b2488b852a4 (diff) | |
download | pkgsrc-98e69edc182261383b1f6a27d57cb1d7ee46bdfb.tar.gz |
Update emacs DEPENDS.
Diffstat (limited to 'time/xalarm')
-rw-r--r-- | time/xalarm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/xalarm/Makefile b/time/xalarm/Makefile index 78690622444..5e96b966fc4 100644 --- a/time/xalarm/Makefile +++ b/time/xalarm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 13:04:30 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/02/17 18:55:44 dholland Exp $ DISTNAME= xalarm-3.06 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} EXTRACT_SUFX= .tar.gz @@ -21,7 +21,7 @@ KILL= /bin/kill # should this be in bsd.pkg.mk ? .include "../../mk/bsd.prefs.mk" .if defined(XALARM_USE_YOW) -DEPENDS+= emacs>=20.7:../../editors/emacs +DEPENDS+= emacs20>=20.7:../../editors/emacs .endif .if ${OPSYS} == "NetBSD" |