summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-16 19:10:37 +0000
committerjlam <jlam@pkgsrc.org>2005-07-16 19:10:37 +0000
commit83147ffa6886cc46382e68a213e4e42ae33953e8 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /inputmethod
parent30133dc8a6a8da07fb55b611ca5542c068cc87e8 (diff)
downloadpkgsrc-83147ffa6886cc46382e68a213e4e42ae33953e8.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"