summaryrefslogtreecommitdiff
path: root/textproc/skim
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-08-03 14:53:59 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-08-03 14:53:59 +0000
commit5ec0a616ce87ca40f37c13244c90c712ca56fc70 (patch)
tree282249b4467b39b54618b88ae4d05b276a25d18d /textproc/skim
parentUnbreak and chase fxscintilla lib version. (diff)
Add missing dependency on python, so bump PORTREVISION
to upgrade on real world. PR: ports/84493 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) Pointed out by: pointyhat via krion Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=140751
Diffstat (limited to 'textproc/skim')
-rw-r--r--textproc/skim/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile
index eb264134d507..017886d3e719 100644
--- a/textproc/skim/Makefile
+++ b/textproc/skim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= skim
PORTVERSION= 1.4.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scim
@@ -18,6 +18,8 @@ COMMENT= An input method platform based on SCIM library and KDE/QT
LIB_DEPENDS= scim-1.0.8:${PORTSDIR}/textproc/scim
USE_KDELIBS_VER=3
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
USE_BZIP2= yes
USE_ICONV= yes
USE_GMAKE= yes