summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-03-05 16:37:10 +0000
committerminskim <minskim@pkgsrc.org>2005-03-05 16:37:10 +0000
commit1f15f1befca5ee52b6d01513a639340fb791f368 (patch)
treee3b578886eba558cb1d0753fa337f2d4111c0e24 /devel
parentd0d05b1e3edd53f8a002a58e2f0765c06055d68a (diff)
downloadpkgsrc-1f15f1befca5ee52b6d01513a639340fb791f368.tar.gz
Depend on xemacs-packages instead of apel when built with xemacs.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/flim/Makefile7
-rw-r--r--devel/semi/Makefile8
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/flim/Makefile b/devel/flim/Makefile
index f4650be25ad..030a6a26590 100644
--- a/devel/flim/Makefile
+++ b/devel/flim/Makefile
@@ -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 @@ COMMENT= Emacs lisp library for message representation/encoding
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 --git a/devel/semi/Makefile b/devel/semi/Makefile
index a0b907b5c4c..fad09054f95 100644
--- a/devel/semi/Makefile
+++ b/devel/semi/Makefile
@@ -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 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
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$||}