diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/konversation/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index aa9c4378f8a8..21a43125e913 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: konversation -# Date created: 15 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= konversation PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A user friendly IRC client for KDE +COMMENT= User friendly IRC client for KDE DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 @@ -22,6 +18,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes +USE_XORG= xcursor xrandr xscrnsaver post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} |