diff options
Diffstat (limited to 'math/fung-calc')
-rw-r--r-- | math/fung-calc/Makefile | 10 |
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> |