pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/skk Dependencies should look like: foo-[0-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01314524bd31
branches: trunk
changeset: 490194:01314524bd31
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Mar 05 11:26:48 2005 +0000
description:
Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some.
diffstat:
inputmethod/skk/Makefile | 6 +++---
inputmethod/skk/options.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r ad31be0e1da4 -r 01314524bd31 inputmethod/skk/Makefile
--- a/inputmethod/skk/Makefile Sat Mar 05 11:19:09 2005 +0000
+++ b/inputmethod/skk/Makefile Sat Mar 05 11:26:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/05 11:19:10 uebayasi Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/05 11:26:48 wiz Exp $
#
DISTNAME= ddskk-12.2.0
@@ -12,7 +12,7 @@
HOMEPAGE= http://openlab.ring.gr.jp/skk/index.html
COMMENT= Japanese input methods for Emacs
-CONFLICTS= ddskk-*
+CONFLICTS= ddskk-[0-9]*
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox xemacs214 emacs20 xemacs215
@@ -22,7 +22,7 @@
DEPENDS= ${PKGNAME_PREFIX}apel>=10.6:../../devel/apel
.if ${EMACS_FLAVOR} == "emacs"
EMACS_USE_LEIM= # defined
-BUILD_DEPENDS+= ${PKGNAME_PREFIX}Mule-UCS-*:../../editors/mule-ucs
+BUILD_DEPENDS+= ${PKGNAME_PREFIX}Mule-UCS-[0-9]*:../../editors/mule-ucs
.else
BUILD_DEPENDS+= ${PKGNAME_PREFIX}xemacs-packages>=1.10:../../editors/xemacs-packages
.endif
diff -r ad31be0e1da4 -r 01314524bd31 inputmethod/skk/options.mk
--- a/inputmethod/skk/options.mk Sat Mar 05 11:19:09 2005 +0000
+++ b/inputmethod/skk/options.mk Sat Mar 05 11:26:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/03/05 11:19:10 uebayasi Exp $
+# $NetBSD: options.mk,v 1.2 2005/03/05 11:26:48 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.skk
PKG_SUPPORTED_OPTIONS= lookup
@@ -6,7 +6,7 @@
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlookup)
-BUILD_DEPENDS+= ${PKGNAME_PREFIX}lookup-*:../../misc/lookup
+BUILD_DEPENDS+= ${PKGNAME_PREFIX}lookup-[0-9]*:../../misc/lookup
PLIST_SUBST+= FOR_LOOKUP=""
.else
PLIST_SUBST+= FOR_LOOKUP="@comment "
Home |
Main Index |
Thread Index |
Old Index