diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-10 15:47:30 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-10 15:47:30 +0000 |
commit | 7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544 (patch) | |
tree | 9d161cc31eb060a324c822cd4a39d701f50493e9 | |
parent | a58dc32add09f9d430b88ac82ef91d0f754eccbc (diff) | |
download | FreeBSD-ports-7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544.zip FreeBSD-ports-7f1f8e6390c01d0a588b9cd6c6cd38b465e3b544.tar.gz |
More pthread-check fixes.
-rw-r--r-- | deskutils/kompose/Makefile | 4 | ||||
-rw-r--r-- | editors/kile-kde4/Makefile | 3 | ||||
-rw-r--r-- | editors/kile/Makefile | 3 | ||||
-rw-r--r-- | textproc/skim/Makefile | 4 |
4 files changed, 11 insertions, 3 deletions
diff --git a/deskutils/kompose/Makefile b/deskutils/kompose/Makefile index 2794939..d9a195f 100644 --- a/deskutils/kompose/Makefile +++ b/deskutils/kompose/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://download.berlios.de/kompose/ MAINTAINER= lauri@kde.org COMMENT= Full-screen task manager similar to Exposé(tm) -EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure - LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2 +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure + USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index d46da72..d0a0bfb 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kile PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,8 @@ COMMENT= A LaTeX source editor for KDE RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure + USE_KDELIBS_VER=3 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/editors/kile/Makefile b/editors/kile/Makefile index d46da72..d0a0bfb 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -7,6 +7,7 @@ PORTNAME= kile PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,8 @@ COMMENT= A LaTeX source editor for KDE RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure + USE_KDELIBS_VER=3 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 94313c1..4028748 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 |