diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-12 07:22:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-12 07:22:25 +0800 |
commit | e9814a3820cb4658cb1925432248acd343528941 (patch) | |
tree | 962ea8692f247e3e43d7d18bf0b05ed3ba1f69b8 /deskutils/karamba | |
parent | 7d7c2dffbb6ee21f0d840101484e0373e016887a (diff) | |
download | freebsd-ports-graphics-e9814a3820cb4658cb1925432248acd343528941.tar.gz freebsd-ports-graphics-e9814a3820cb4658cb1925432248acd343528941.tar.zst freebsd-ports-graphics-e9814a3820cb4658cb1925432248acd343528941.zip |
More pthread-check fixes.
Diffstat (limited to 'deskutils/karamba')
-rw-r--r-- | deskutils/karamba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/karamba/Makefile b/deskutils/karamba/Makefile index 9c945188438..743d3c183f7 100644 --- a/deskutils/karamba/Makefile +++ b/deskutils/karamba/Makefile @@ -6,13 +6,15 @@ PORTNAME= karamba PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://www.efd.lth.se/~d98hk/karamba/src/ MAINTAINER= smoberly@karamazov.org COMMENT= Display various information right on your desktop +EXTRA_PATCHES= ${.CURDIR}/../../comms/kallers/files/patch-configure + USE_KDELIBS_VER=3 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |