diff options
author | perky <perky@FreeBSD.org> | 2002-10-21 19:45:32 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-10-21 19:45:32 +0800 |
commit | 523c33bbd14cdf5141ac9a501c7de56d2b046ff2 (patch) | |
tree | 87ce3b6377a89775fcc0d8cc628cc4ea2f1e3a5b /net/kmess | |
parent | 2eda48bbe16182dc18449187b23c227ba143be00 (diff) | |
download | freebsd-ports-gnome-523c33bbd14cdf5141ac9a501c7de56d2b046ff2.tar.gz freebsd-ports-gnome-523c33bbd14cdf5141ac9a501c7de56d2b046ff2.tar.zst freebsd-ports-gnome-523c33bbd14cdf5141ac9a501c7de56d2b046ff2.zip |
Fix right-clicking behavior on Qt3.
PR: 44280
Submitted by: Fork <bouloumag@hotmail.com>
Diffstat (limited to 'net/kmess')
-rw-r--r-- | net/kmess/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/kmess/Makefile b/net/kmess/Makefile index cf7253113670..a4ddcc46acf2 100644 --- a/net/kmess/Makefile +++ b/net/kmess/Makefile @@ -7,16 +7,20 @@ PORTNAME= kmess PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= perky@FreeBSD.org -BROKEN= "Does not compile" - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's/rightButtonClicked/contextMenuRequested/g' \ + ${WRKSRC}/kmess/kmessviewinterface.cpp .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" |