aboutsummaryrefslogtreecommitdiff
path: root/math/fung-calc
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 15:20:56 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 15:20:56 +0000
commit19577329353c26c5047b4d13615ef97e3a87090b (patch)
tree8737b7a736c39a765a6254c023b00b797ffdfed7 /math/fung-calc
parent5209c775f10753139407c860e0fe2ecd89fc77d0 (diff)
downloadports-19577329353c26c5047b4d13615ef97e3a87090b.tar.gz
ports-19577329353c26c5047b4d13615ef97e3a87090b.zip
Notes
Diffstat (limited to 'math/fung-calc')
-rw-r--r--math/fung-calc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile
index 26dee02c7349..893a83eeac1e 100644
--- a/math/fung-calc/Makefile
+++ b/math/fung-calc/Makefile
@@ -14,17 +14,17 @@ MAINTAINER= brueffer@phoenix-systems.de
COMMENT= Advanced graphic calculator
USE_KDELIBS_VER= 3
-USE_MESA= yes
+USE_GL= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
pre-configure:
- ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>