update to komparator-0.3 Fix: PORTNAME= komparator -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,13 +13,19 @@ MAINTAINER= triosoft@triosoft.com.ua COMMENT= KDE app that searches and synchronizes two directories -USE_KDELIBS_VER=3 -USE_REINPLACE= yes +USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes +USE_BZIP2= yes DOCSDIR= ${PREFIX}/share/doc/HTML/en/komparator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X" +.endif + post-patch: ${REINPLACE_CMD} -e 's,-O2,,g ; \ s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT} @@ -29,4 +35,4 @@ ${REINPLACE_CMD} -e 's|doc po src|po src|g' ${WRKSRC}/Makefile .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk>
State Changed From-To: open->closed committed, thanks. Please make your diffs against the lastest version of the Port next time.