diff options
author | pawel <pawel@FreeBSD.org> | 2013-02-09 21:26:26 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-02-09 21:26:26 +0800 |
commit | b8e139d12d169d8bd8b53921b0c4929dbe0a2abc (patch) | |
tree | 720455ab1d55b38c6cb38fffb1500532c7fdb5d5 /irc | |
parent | ffbe7ace55ce951ec24511c3933d5da2069d4859 (diff) | |
download | freebsd-ports-gnome-b8e139d12d169d8bd8b53921b0c4929dbe0a2abc.tar.gz freebsd-ports-gnome-b8e139d12d169d8bd8b53921b0c4929dbe0a2abc.tar.zst freebsd-ports-gnome-b8e139d12d169d8bd8b53921b0c4929dbe0a2abc.zip |
- Add missing deps
- Remove leading article from COMMENT
- Trim Makefile header
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} |