diff options
author | krion <krion@FreeBSD.org> | 2004-07-26 00:22:51 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-26 00:22:51 +0800 |
commit | 69de3c9c8584652ec523f59a8bed01f1500b8ac7 (patch) | |
tree | 2588110df1dda4a0425e3eed10ba7396b4fd2fbe /deskutils/kdissert/Makefile | |
parent | a5483b3195da076b27c6b3b7925bacf5b48640f1 (diff) | |
download | freebsd-ports-graphics-69de3c9c8584652ec523f59a8bed01f1500b8ac7.tar.gz freebsd-ports-graphics-69de3c9c8584652ec523f59a8bed01f1500b8ac7.tar.zst freebsd-ports-graphics-69de3c9c8584652ec523f59a8bed01f1500b8ac7.zip |
Update to version 0.2.5
PR: ports/69579
Submitted by: Ports Fury
Diffstat (limited to 'deskutils/kdissert/Makefile')
-rw-r--r-- | deskutils/kdissert/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/deskutils/kdissert/Makefile b/deskutils/kdissert/Makefile index 296b6fb7473..c7ef238f997 100644 --- a/deskutils/kdissert/Makefile +++ b/deskutils/kdissert/Makefile @@ -6,21 +6,26 @@ # PORTNAME= kdissert -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= deskutils kde MASTER_SITES= http://freehackers.org/~tnagy/kdissert/ MAINTAINER= ports@FreeBSD.org COMMENT= KDE mindmapping tool -USE_BZIP2= yes +USE_BZIP2= yes USE_KDELIBS_VER= 3 -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes +USE_REINPLACE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e "s/-O2//g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,-O2,,g ; \ + s,-pedantic,,g ; \ + s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's,$$(LIB_KDEPRINT) \\,$$(LIB_KDEPRINT) $$(LIBPTHREAD) \\,g' \ + ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> |