diff options
author | markus <markus@FreeBSD.org> | 2004-05-05 22:33:57 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-05-05 22:33:57 +0000 |
commit | 73d8cab6d0b225c231d17b1d5cae1326111ae4f9 (patch) | |
tree | f5f1632d5e2e6633eb71692c65c3cd20db00f9a8 /astro | |
parent | 571b276a4fabdf445163ae86daa1c27b2e0b99eb (diff) | |
download | FreeBSD-ports-73d8cab6d0b225c231d17b1d5cae1326111ae4f9.zip FreeBSD-ports-73d8cab6d0b225c231d17b1d5cae1326111ae4f9.tar.gz |
Respect CFLAGS and PTHREAD_LIBS
Approved by: Scott A. Moberly <smoberly@karamazov.org> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/ksetisaver/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/ksetisaver/Makefile b/astro/ksetisaver/Makefile index 6d81423..721419f 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 <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |