summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-06-22 19:42:06 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-06-22 19:42:06 +0000
commite8a3b06aefc3d40df8acdb3565e9f645054b56e7 (patch)
tree930bf6921a2ac75cbc02b0432d5d7ca10d6fa1ab /irc/kvirc-devel
parent- Update to 2.1.3 (diff)
Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@ Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=111999
Diffstat (limited to 'irc/kvirc-devel')
-rw-r--r--irc/kvirc-devel/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index 25d8af4794f5..7e1b21f94500 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -25,10 +25,11 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --with-freebsd-pthread
+#CONFIGURE_ARGS+= --with-freebsd-pthread
MAN1= kvirc.1
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+post-patch:
+ ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+
+.include <bsd.port.mk>