diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-12-02 01:54:07 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-12-02 01:54:07 +0000 |
commit | 23cc6c539859648c50e246036d7570bbbf2fc511 (patch) | |
tree | 59ccfef3d513faacbb39ba2c3949a954ec7c6529 /irc/konversation-kde4/Makefile | |
parent | BROKEN on ia64. Noted by kris (diff) |
Update to version 0.15
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r-- | irc/konversation-kde4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index 76aeacedf1ac..5b4745df7e1f 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= konversation -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +22,5 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in .include <bsd.port.mk> |