diff options
author | wiz <wiz> | 2005-03-05 11:26:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-05 11:26:48 +0000 |
commit | b5e2f55fce6a104c7e4dff9067fa4a30e23de860 (patch) | |
tree | e609fdd6b4f759d049e83ca000adedbd6abe2795 /inputmethod/skk | |
parent | 638238893be29a18bfcb2d93700622c188995971 (diff) | |
download | pkgsrc-b5e2f55fce6a104c7e4dff9067fa4a30e23de860.tar.gz |
Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some.
Diffstat (limited to 'inputmethod/skk')
-rw-r--r-- | inputmethod/skk/Makefile | 6 | ||||
-rw-r--r-- | inputmethod/skk/options.mk | 4 |
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 " |