diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-10 15:47:30 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-10 15:47:30 +0000 |
commit | 72d4b805f87511c57a10791747e6b2cef781de18 (patch) | |
tree | 956de852b1b9f165a01e51a4545d283c172fd2f5 /deskutils | |
parent | Update to 1.7: Major feature upgrade (diff) |
More pthread-check fixes.
Notes
Notes:
svn path=/head/; revision=121309
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kompose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/kompose/Makefile b/deskutils/kompose/Makefile index 2794939dfc80..d9a195fa0c7a 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 |