aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeaddons3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-03-10 18:19:03 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-03-10 18:19:03 +0000
commit287aa618ac72b648205926acb613d8f8013ce08c (patch)
tree1b5899ecd83cb922479fe77c4daca4e1301b3b29 /misc/kdeaddons3
parentcf8c5ef050232a5bd3f4c5369aba086330433aac (diff)
downloadports-287aa618ac72b648205926acb613d8f8013ce08c.tar.gz
ports-287aa618ac72b648205926acb613d8f8013ce08c.zip
Notes
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r--misc/kdeaddons3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index 95fed83ab1e6..7ca0afd8d2e8 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdeaddons
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= misc kde
MASTER_SITES= # none
DISTFILES= # none
@@ -30,6 +31,7 @@ RUN_DEPENDS= ${ATLANTIKDESIGNER_DEP}:${PORTSDIR}/games/atlantikdesigner \
NO_BUILD= yes
USE_KDELIBS_VER=3
+_NO_KDE_FIXPTHREAD=yes
.if make(package)
DEPENDS_TARGET="package"
@@ -39,5 +41,5 @@ do-install: # empty
${DO_NADA}
.include "${.CURDIR}/Makefile.split"
-
+.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>