diff options
author | nork <nork@FreeBSD.org> | 2005-08-03 22:53:59 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-08-03 22:53:59 +0800 |
commit | 10a445ecf80a4d2bbb5cb4f33b84c5d8bb039aea (patch) | |
tree | 2f3b1541d1024c436acab6b286348d828d476bc8 /textproc | |
parent | 38714dcd29c32c962caaed2dcbf49c23c332bb25 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |