diff options
author | uebayasi <uebayasi> | 2006-06-03 03:26:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2006-06-03 03:26:42 +0000 |
commit | 1d86ccfa6f614290d3c5a07c3260e02de66c2c11 (patch) | |
tree | 0ffa425f43a23cd9b5300a03d45867110ed6753c | |
parent | d4ebce8330f2d137125a9b753b4be729e3d60c68 (diff) | |
download | pkgsrc-1d86ccfa6f614290d3c5a07c3260e02de66c2c11.tar.gz |
Redo previous; depend on apel if GNU Emacs is used.
-rw-r--r-- | misc/elscreen/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 6cfe37626b2..4b65aa897c5 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/02 17:09:03 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/03 03:26:42 uebayasi Exp $ # DISTNAME= elscreen-1.4.3 @@ -12,7 +12,10 @@ HOMEPAGE= http://www.morishima.net/~naoto/j/software/elscreen/ COMMENT= Window manager within Emacs .include "../../mk/emacs.mk" + +.if ${EMACS_FLAVOR} == "emacs" DEPENDS+= ${EMACS_PKGNAME_PREFIX}apel-[0-9]*:../../devel/apel +.endif NO_BUILD= yes |