summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-05 11:26:48 +0000
committerwiz <wiz@pkgsrc.org>2005-03-05 11:26:48 +0000
commita437583ff45ebd2f353c6132f0962417f931e00e (patch)
treee609fdd6b4f759d049e83ca000adedbd6abe2795
parentf686caba23e3cc1b4f6611cc3f288569e4d2e26a (diff)
downloadpkgsrc-a437583ff45ebd2f353c6132f0962417f931e00e.tar.gz
Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some.
-rw-r--r--inputmethod/skk/Makefile6
-rw-r--r--inputmethod/skk/options.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile
index d6e7bd280f4..b47dff8608d 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -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 @@ MAINTAINER= uebayasi@NetBSD.org
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 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox xemacs214 emacs20 xemacs215
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 --git a/inputmethod/skk/options.mk b/inputmethod/skk/options.mk
index 0a6a83d5573..9db0faae445 100644
--- a/inputmethod/skk/options.mk
+++ b/inputmethod/skk/options.mk
@@ -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 @@ PKG_SUPPORTED_OPTIONS= lookup
.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 "