aboutsummaryrefslogtreecommitdiff
path: root/math/fung-calc
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-06-06 01:35:04 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-06-06 01:35:04 +0000
commit35ac76329d37b064e7ab9093d8fe6e56eaab7d56 (patch)
treec131e0bbd6f28ee7117941d6c50293046c907f48 /math/fung-calc
parent1812ad0a8e8a3c77a8ed76d7b7c8c7bb9d96044c (diff)
downloadports-35ac76329d37b064e7ab9093d8fe6e56eaab7d56.tar.gz
ports-35ac76329d37b064e7ab9093d8fe6e56eaab7d56.zip
Don't use Makefile.kde anymore
Notes
Notes: svn path=/head/; revision=110917
Diffstat (limited to 'math/fung-calc')
-rw-r--r--math/fung-calc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile
index 5baf14c64e4e..80b87cd6848a 100644
--- a/math/fung-calc/Makefile
+++ b/math/fung-calc/Makefile
@@ -24,8 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
pre-configure:
- @${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>