diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-02 18:06:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-02 18:06:54 +0000 |
commit | f35235d7932df6d8a25f6654530c9440c71f4c68 (patch) | |
tree | 7fd9fd9c00235a76723a6eeeb468bc2f73cbdd2c /irc/konversation-kde4/Makefile | |
parent | Update to 2.11. SWF support was added. (diff) |
Update to 0.12
PR: 52693
Submitted by: maintainer
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r-- | irc/konversation-kde4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index b92d8f02ac5d..13f70f1ccd0c 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/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> |