diff options
Diffstat (limited to 'x11-wm/qnxstyle/Makefile')
-rw-r--r-- | x11-wm/qnxstyle/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-wm/qnxstyle/Makefile b/x11-wm/qnxstyle/Makefile index 62e98d3..0c4cc86 100644 --- a/x11-wm/qnxstyle/Makefile +++ b/x11-wm/qnxstyle/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-wm kde MASTER_SITES= http://www.kde-look.org/content/files/ DISTNAME= $(KDELOOKITEM)-${PORTNAME}-$(PORTVERSION) -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A QNX style/theme for KDE3 BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ @@ -19,10 +19,6 @@ BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - KDELOOKITEM= 1444 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |