diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/elscreen/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 0a916230019..50b25cd785f 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:08 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/02 13:51:48 uebayasi Exp $ # DISTNAME= elscreen-1.4.3 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/ @@ -11,6 +11,10 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.morishima.net/~naoto/j/software/elscreen/ COMMENT= Window manager within Emacs +.include "../../mk/emacs.mk" +DEPENDS+= ${EMACS_PKGNAME_PREFIX}apel-[0-9]*:../../devel/apel +.endif + NO_BUILD= yes do-install: @@ -19,5 +23,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/elscreen.el ${EMACS_LISPPREFIX}/elscreen @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/elscreen -.include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" |