summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-16 19:10:37 +0000
committerjlam <jlam>2005-07-16 19:10:37 +0000
commitdd5e994e0c9890df081d82e9855ba2047d0189e0 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /inputmethod
parenta8e777f5a6696496c093dab707c1e1a5b713fe8b (diff)
downloadpkgsrc-dd5e994e0c9890df081d82e9855ba2047d0189e0.tar.gz
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/xcin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile
index 3d02b4367bf..b358d3dabbb 100644
--- a/inputmethod/xcin/Makefile
+++ b/inputmethod/xcin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/26 16:45:57 rxg Exp $
+# $NetBSD: Makefile,v 1.17 2005/07/16 19:10:39 jlam Exp $
#
DISTNAME= xcin-2.5.3.pre2
@@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/xcin
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib
@@ -31,7 +32,6 @@ post-install:
.include "../../databases/db3/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/libtabe/buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"