From 7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544 Mon Sep 17 00:00:00 2001 From: lofi Date: Wed, 10 Nov 2004 15:47:30 +0000 Subject: More pthread-check fixes. --- textproc/skim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 94313c15800e..4028748cca94 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -7,7 +7,7 @@ PORTNAME= skim PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~cougar/skim/downloads/ @@ -18,6 +18,8 @@ COMMENT= An input method platform based on SCIM library and KDE/QT LIB_DEPENDS= scim-1.0.5:${PORTSDIR}/textproc/scim +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure + USE_KDELIBS_VER=3 USE_BZIP2= yes USE_ICONV= yes -- cgit