aboutsummaryrefslogtreecommitdiff
path: root/misc/katalog
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 15:23:18 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 15:23:18 +0000
commit22fc50085a93898f391208b84af4474da8ac2998 (patch)
treee10bef6569faee6e066245c1f3e4d5013828e224 /misc/katalog
parent7efcc28f8e6130c8523286f779ea9e0549c372bf (diff)
downloadports-22fc50085a93898f391208b84af4474da8ac2998.tar.gz
ports-22fc50085a93898f391208b84af4474da8ac2998.zip
- Respect CFLAGS and PTHREAD_LIBS
PR: 61529 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98477
Diffstat (limited to 'misc/katalog')
-rw-r--r--misc/katalog/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/katalog/Makefile b/misc/katalog/Makefile
index 3e36c65312c1..9bc54ab649d3 100644
--- a/misc/katalog/Makefile
+++ b/misc/katalog/Makefile
@@ -15,7 +15,11 @@ COMMENT= CD organizer for KDE
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>