diff options
author | arved <arved@FreeBSD.org> | 2003-06-03 02:06:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-03 02:06:54 +0800 |
commit | 6bdc25163d33c46453da732c7838f09c41a22ee0 (patch) | |
tree | 5fee26e24b7668e1ffc389431d0826874e669fc8 /irc/konversation/Makefile | |
parent | cb63228b7ab460ffe65690aef910da624269a407 (diff) | |
download | freebsd-ports-gnome-6bdc25163d33c46453da732c7838f09c41a22ee0.tar.gz freebsd-ports-gnome-6bdc25163d33c46453da732c7838f09c41a22ee0.tar.zst freebsd-ports-gnome-6bdc25163d33c46453da732c7838f09c41a22ee0.zip |
Update to 0.12
PR: 52693
Submitted by: maintainer
Diffstat (limited to 'irc/konversation/Makefile')
-rw-r--r-- | irc/konversation/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index b92d8f02ac5d..13f70f1ccd0c 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -6,7 +6,7 @@ # PORTNAME= konversation -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,11 @@ COMMENT= A user friendly IRC client for KDE USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> |