pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/elscreen Buildlink3'ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccb75ce171f6
branches:  trunk
changeset: 534690:ccb75ce171f6
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Oct 29 13:06:44 2007 +0000

description:
Buildlink3'ify.

diffstat:

 misc/elscreen/Makefile |  11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r e9da95ecbaf6 -r ccb75ce171f6 misc/elscreen/Makefile
--- a/misc/elscreen/Makefile    Mon Oct 29 13:06:05 2007 +0000
+++ b/misc/elscreen/Makefile    Mon Oct 29 13:06:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/20 14:24:55 uebayasi Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/29 13:06:44 uebayasi Exp $
 #
 
 DISTNAME=      elscreen-1.4.5
@@ -19,12 +19,6 @@
 HOMEPAGE=      http://www.morishima.net/~naoto/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
 
 do-install:
@@ -33,4 +27,7 @@
        @${INSTALL_DATA} ${WRKDIR}/*/*.el ${EMACS_LISPPREFIX}/elscreen
        @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/elscreen
 
+.include "../../mk/emacs.mk"
+
+.include "../../devel/apel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index