From 73d8cab6d0b225c231d17b1d5cae1326111ae4f9 Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 5 May 2004 22:33:57 +0000 Subject: Respect CFLAGS and PTHREAD_LIBS Approved by: Scott A. Moberly (maintainer) --- astro/ksetisaver/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'astro') diff --git a/astro/ksetisaver/Makefile b/astro/ksetisaver/Makefile index 6d81423d87c4..721419fcd4cb 100644 --- a/astro/ksetisaver/Makefile +++ b/astro/ksetisaver/Makefile @@ -16,8 +16,6 @@ COMMENT= A KDE screensaver frontend for the Linux seti@home client USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes post-patch: @@ -29,5 +27,8 @@ post-patch: ${WRKSRC}/po/fr.po \ ${WRKSRC}/po/zh_CN.GB2312.po \ ${WRKSRC}/po/ksetisaver.pot + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include +.include +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include -- cgit