diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-20 22:13:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-20 22:13:52 +0000 |
commit | 2f8ace564bde07dd954602c4569c7071c3c72c65 (patch) | |
tree | 694b4d830274bdbd15fe8f487f77b6a3aafff6bc /irc/konversation-kde4/Makefile | |
parent | - Update to 4.24-5 (diff) |
- Update to version 0.13
PR: 59529
Submitted by: lofi
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r-- | irc/konversation-kde4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index 6061903a3cc3..47d5be81ee59 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= konversation -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +17,10 @@ COMMENT= A user friendly IRC client for KDE USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_BZIP2= yes +USE_GMAKE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.mk> |