diff options
Diffstat (limited to 'irc/kvirc/Makefile')
-rw-r--r-- | irc/kvirc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 46c09b1e717c..ef91368d3e8b 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kvirc -PORTVERSION= 3.2.0 -PORTREVISION= 5 +PORTVERSION= 3.4.0 CATEGORIES= irc kde MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \ ftp://ftp.kvirc.de/pub/%SUBDIR%/ \ @@ -23,6 +22,8 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_LDCONFIG= yes +USE_GETTEXT= yes +INSTALLS_ICONS= yes CONFIGURE_TARGET= PLIST_SUB= VER=${PORTVERSION} @@ -35,10 +36,6 @@ OPTIONS= ARTS "Compile with arts support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts .else |