pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Depend on xemacs-packages instead of apel when b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7680b1c097c6
branches:  trunk
changeset: 490211:7680b1c097c6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Mar 05 16:37:10 2005 +0000

description:
Depend on xemacs-packages instead of apel when built with xemacs.

Bump PKGREVISION.

diffstat:

 devel/flim/Makefile |  7 ++++---
 devel/semi/Makefile |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (64 lines):

diff -r 75bf9c0a8e40 -r 7680b1c097c6 devel/flim/Makefile
--- a/devel/flim/Makefile       Sat Mar 05 16:33:07 2005 +0000
+++ b/devel/flim/Makefile       Sat Mar 05 16:37:10 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/12/03 15:14:54 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/05 16:37:10 minskim Exp $
 
 DISTNAME=      flim-1.14.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/
 
@@ -12,13 +12,14 @@
 EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214 xemacs215
 .include "../../mk/emacs.mk"
 
-DEPENDS+=      ${PKGNAME_PREFIX}apel>=9.22:../../devel/apel
 BUILD_DEPENDS+=        qkc-*:../../converters/qkc
 
 .if ${EMACS_FLAVOR} == "emacs"
+DEPENDS+=      ${PKGNAME_PREFIX}apel>=9.22:../../devel/apel
 BUILD_TARGET=     elc
 INSTALL_TARGET= install
 .else   # ${EMACS_FLAVOR} == "xemacs"
+DEPENDS+=      xemacs-packages-[0-9]*:../../editors/xemacs-packages
 BUILD_TARGET=     package
 INSTALL_TARGET= install-package
 MAKEFLAGS+=     PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
diff -r 75bf9c0a8e40 -r 7680b1c097c6 devel/semi/Makefile
--- a/devel/semi/Makefile       Sat Mar 05 16:33:07 2005 +0000
+++ b/devel/semi/Makefile       Sat Mar 05 16:37:10 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2005/03/05 16:01:17 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/05 16:40:48 minskim Exp $
 
 DISTNAME=      semi-1.14.6
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/
 
@@ -14,19 +14,19 @@
 HOMEPAGE=      http://www.m17n.org/SEMI/
 COMMENT=       Emacs lisp library to provide MIME feature
 
-DEPENDS+=      ${PKGNAME_PREFIX}apel>=9.22:../../devel/apel # See ${WRKSRC}/README.en
 DEPENDS+=      ${PKGNAME_PREFIX}flim>=1.14.2:../../devel/flim # See ${WRKSRC}/README.en
 BUILD_DEPENDS+=        qkc-*:../../converters/qkc
 
 .include "../../mk/emacs.mk"
 
 .if ${EMACS_FLAVOR} == "emacs"
+DEPENDS+=      ${PKGNAME_PREFIX}apel>=9.22:../../devel/apel # See ${WRKSRC}/README.en
 BUILD_DEPENDS+=        ${PKGNAME_PREFIX}w3-*:../../www/w3
 BUILD_DEPENDS+=        ${PKGNAME_PREFIX}bbdb-*:../../misc/bbdb
 BUILD_TARGET=     elc
 INSTALL_TARGET= install
 .else   # ${EMACS_FLAVOR} == "xemacs"
-BUILD_DEPENDS+=        xemacs-packages-[0-9]*:../../editors/xemacs-packages
+DEPENDS+=      xemacs-packages-[0-9]*:../../editors/xemacs-packages
 BUILD_TARGET=     package
 INSTALL_TARGET= install-package
 MAKEFLAGS+=     PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}



Home | Main Index | Thread Index | Old Index