diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-09 18:39:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-09 18:39:00 +0000 |
commit | bd872f626c39df0166090b602569dd05996a525e (patch) | |
tree | b01f4df2e5243859b4e5daf65769e50777bb7999 /net-im/kmerlin | |
parent | bece254fa95b21fca7c572e8313a0c5c2bf27b93 (diff) | |
download | ports-bd872f626c39df0166090b602569dd05996a525e.tar.gz ports-bd872f626c39df0166090b602569dd05996a525e.zip |
Unbreak with QT 3.3
Submitted by: markus
Notes
Notes:
svn path=/head/; revision=106603
Diffstat (limited to 'net-im/kmerlin')
-rw-r--r-- | net-im/kmerlin/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile index 3308167d3393..50753074ca02 100644 --- a/net-im/kmerlin/Makefile +++ b/net-im/kmerlin/Makefile @@ -16,14 +16,19 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= cedric@cedric.trix.net COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network -BROKEN= "Does not compile with qt 3.3" - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+= --prefix=${LOCALBASE} _NO_KDE_FIXPTHREAD= yes +post-patch: +.for i in replacepage identityeditdialog identitysetting \ + chatsetting systemnotification + @${RM} ${WRKSRC}/src/setting/${i}.h ${WRKSRC}/src/setting/${i}.cpp +.endfor + @${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp + .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" .include <bsd.port.post.mk> |