diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-10 15:14:29 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-10 15:14:29 +0000 |
commit | 19975aa88a34cf05c023bc3388b52035de1d6b3a (patch) | |
tree | 79382922c1065d5048c232199e3e59ab01a1935c /deskutils/kompose/Makefile | |
parent | 705424fd36081db9d4cbe182bbda80ea5c1851fe (diff) | |
download | FreeBSD-ports-19975aa88a34cf05c023bc3388b52035de1d6b3a.zip FreeBSD-ports-19975aa88a34cf05c023bc3388b52035de1d6b3a.tar.gz |
More pthread-check fixes.
Diffstat (limited to 'deskutils/kompose/Makefile')
-rw-r--r-- | deskutils/kompose/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/kompose/Makefile b/deskutils/kompose/Makefile index 6dda58f..2794939 100644 --- a/deskutils/kompose/Makefile +++ b/deskutils/kompose/Makefile @@ -7,12 +7,15 @@ PORTNAME= kompose PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= deskutils kde 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 USE_BZIP2= yes |