Redo previous; depend on apel if GNU Emacs is used.
This commit is contained in:
parent
1bfc24a189
commit
6190132eae
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue