From 515b435158d555d4f67d5bdc364ca4486d3ab17b Mon Sep 17 00:00:00 2001 From: makc Date: Sun, 10 Apr 2011 08:48:14 +0000 Subject: CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles --- math/plplot/Makefile | 4 ---- math/rkward-kde4/Makefile | 4 ---- 2 files changed, 8 deletions(-) (limited to 'math') diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 0c79be276057..6508225bd687 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -106,10 +106,6 @@ PLIST_SUB+= QT="@comment " .include -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "PLplot has the following tunable options:" diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index ed0c75eccceb..1a381fbcee5f 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -47,10 +47,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/text PHP2FIX= rkward/settings/rksettingsmodulephp.cpp -.if defined(WITH_DEBUG) -CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug -.endif - pre-configure: ${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|' \ ${PHP2FIX:S|^|${WRKSRC}/|} -- cgit