diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-10 23:47:30 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-10 23:47:30 +0800 |
commit | 7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544 (patch) | |
tree | 9d161cc31eb060a324c822cd4a39d701f50493e9 /textproc/skim | |
parent | a58dc32add09f9d430b88ac82ef91d0f754eccbc (diff) | |
download | freebsd-ports-gnome-7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544.tar.gz freebsd-ports-gnome-7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544.tar.zst freebsd-ports-gnome-7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544.zip |
More pthread-check fixes.
Diffstat (limited to 'textproc/skim')
-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 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 |