summaryrefslogtreecommitdiff
path: root/inputmethod/py-input-pad
diff options
context:
space:
mode:
authorobache <obache>2013-01-25 12:54:07 +0000
committerobache <obache>2013-01-25 12:54:07 +0000
commite4ccde76ee6cc0b702cf0fbd9a86003560e987d2 (patch)
tree624b7177d04625c3235a5b01ea2ada9f3be28a49 /inputmethod/py-input-pad
parent2ca3b540411e4ed551c4cfb0ecc9c2902ec3c47c (diff)
downloadpkgsrc-e4ccde76ee6cc0b702cf0fbd9a86003560e987d2.tar.gz
require swig1 not swig2.
Diffstat (limited to 'inputmethod/py-input-pad')
-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