diff options
author | arved <arved@FreeBSD.org> | 2006-04-16 05:49:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-04-16 05:49:08 +0800 |
commit | 72f4a395d27435bf86b6e125d6aaa6319b06d9a0 (patch) | |
tree | 7a89969f41c89fa86356190c0d475a58342d7112 /sysutils/komparator/Makefile | |
parent | 78c31ba1471cd792e673586a9fed5e5df18e175f (diff) | |
download | freebsd-ports-gnome-72f4a395d27435bf86b6e125d6aaa6319b06d9a0.tar.gz freebsd-ports-gnome-72f4a395d27435bf86b6e125d6aaa6319b06d9a0.tar.zst freebsd-ports-gnome-72f4a395d27435bf86b6e125d6aaa6319b06d9a0.zip |
Update to 0.3
PR: 94017
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
Diffstat (limited to 'sysutils/komparator/Makefile')
-rw-r--r-- | sysutils/komparator/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/komparator/Makefile b/sysutils/komparator/Makefile index c75bf784a614..3ad119cb5f13 100644 --- a/sysutils/komparator/Makefile +++ b/sysutils/komparator/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= komparator -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,18 @@ MAINTAINER= triosoft@triosoft.com.ua COMMENT= KDE app that searches and synchronizes two directories USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +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 @@ post-configure: ${REINPLACE_CMD} -e 's|doc po src|po src|g' ${WRKSRC}/Makefile .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |