summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-11-11 23:22:25 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-11-11 23:22:25 +0000
commit29924df85264873d01e52c91971404a3d574a87b (patch)
tree7c188814ba1e7410931d58b724b7fddef148080d /deskutils
parentFix entry date. (diff)
More pthread-check fixes.
Notes
Notes: svn path=/head/; revision=121427
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/karamba/Makefile4
-rw-r--r--deskutils/ksmoothdock/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/karamba/Makefile b/deskutils/karamba/Makefile
index 9c945188438c..743d3c183f72 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
diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile
index d35db00dfbcc..09fa2d5eaaa1 100644
--- a/deskutils/ksmoothdock/Makefile
+++ b/deskutils/ksmoothdock/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ksmoothdock
PORTVERSION= 3.4
+PORTREVISION= 1
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= avleeuwen@piwebs.com
COMMENT= A dock program for KDE with smooth zooming
+EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3