aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-06-06 09:35:04 +0800
committermarkus <markus@FreeBSD.org>2004-06-06 09:35:04 +0800
commitd03a0f0ac62458ed6dd36d199264200f38d03a74 (patch)
tree7e9ce77323e33b03805c2871d6b2c224da6c1003 /math
parent324152bf045ea467662982872621f9fe5f699bdd (diff)
downloadfreebsd-ports-gnome-d03a0f0ac62458ed6dd36d199264200f38d03a74.tar.gz
freebsd-ports-gnome-d03a0f0ac62458ed6dd36d199264200f38d03a74.tar.zst
freebsd-ports-gnome-d03a0f0ac62458ed6dd36d199264200f38d03a74.zip
Don't use Makefile.kde anymore
Diffstat (limited to 'math')
-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>