diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-06-06 11:46:15 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-06-06 11:46:15 +0000 |
commit | 8b5c99b147edfabd7a641bb25d3891d7fa128ef5 (patch) | |
tree | aff40ec4bfb09d750902988f5675d1ff44216d75 /lang/klogoturtle | |
parent | c31388624b7771e130a41c017c3226c99d6bc5e1 (diff) |
Notes
Diffstat (limited to 'lang/klogoturtle')
-rw-r--r-- | lang/klogoturtle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/klogoturtle/Makefile b/lang/klogoturtle/Makefile index 40ab87e8467a..99b2426c3d0e 100644 --- a/lang/klogoturtle/Makefile +++ b/lang/klogoturtle/Makefile @@ -16,10 +16,10 @@ COMMENT= LOGO Interpreter for the KDE Desktop USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ + ${WRKSRC}/configure -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |