aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-08-03 22:53:59 +0800
committernork <nork@FreeBSD.org>2005-08-03 22:53:59 +0800
commit10a445ecf80a4d2bbb5cb4f33b84c5d8bb039aea (patch)
tree2f3b1541d1024c436acab6b286348d828d476bc8 /textproc
parent38714dcd29c32c962caaed2dcbf49c23c332bb25 (diff)
downloadfreebsd-ports-gnome-10a445ecf80a4d2bbb5cb4f33b84c5d8bb039aea.tar.gz
freebsd-ports-gnome-10a445ecf80a4d2bbb5cb4f33b84c5d8bb039aea.tar.zst
freebsd-ports-gnome-10a445ecf80a4d2bbb5cb4f33b84c5d8bb039aea.zip
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)
Diffstat (limited to 'textproc')
-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