summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-01-25 12:54:07 +0000
committerobache <obache@pkgsrc.org>2013-01-25 12:54:07 +0000
commitb25881872d76144955a8956595ceef27bb448342 (patch)
tree624b7177d04625c3235a5b01ea2ada9f3be28a49 /inputmethod
parentac82268b9f03d404d2915f291935fbdedf8387d5 (diff)
downloadpkgsrc-b25881872d76144955a8956595ceef27bb448342.tar.gz
require swig1 not swig2.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/py-input-pad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile
index 730c93a110a..a93b5afea92 100644
--- a/inputmethod/py-input-pad/Makefile
+++ b/inputmethod/py-input-pad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/10/08 23:01:54 adam Exp $
+# $NetBSD: Makefile,v 1.22 2013/01/25 12:54:07 obache Exp $
#
.include "../../inputmethod/input-pad/Makefile.common"
@@ -10,7 +10,7 @@ MAINTAINER= obache@NetBSD.org
COMMENT= Python wrapper for Input Pad
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
-BUILD_DEPENDS+= swig-[0-9]*:../../devel/swig
+BUILD_DEPENDS+= swig-1.[0-9]*:../../devel/swig
GNU_CONFIGURE= yes
USE_LIBTOOL= yes