diff options
author | makc <makc@FreeBSD.org> | 2013-12-03 23:13:57 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-12-03 23:13:57 +0800 |
commit | ce3a095b0e04cf57fd4549ba39bdc23060d27dea (patch) | |
tree | 9d2ada73e9782808597b78ab458d2960823ba27f | |
parent | 75ca8128453a2bcae510453fce7aa549a251a391 (diff) | |
download | freebsd-ports-gnome-ce3a095b0e04cf57fd4549ba39bdc23060d27dea.tar.gz freebsd-ports-gnome-ce3a095b0e04cf57fd4549ba39bdc23060d27dea.tar.zst freebsd-ports-gnome-ce3a095b0e04cf57fd4549ba39bdc23060d27dea.zip |
- Fix CMAKE_BUILD_TYPE usage
Approved by: maintainer
-rw-r--r-- | math/rkward-kde4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 61c75598c869..8353d9888667 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -32,10 +32,6 @@ CFLAGS+= -I${LOCALBASE}/include DOCSDIR= ${PREFIX}/share/doc/HTML/en/rkward MAN1= rkward.1 -.if defined(WITH_DEBUG) -CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug -.endif - OPTIONS_DEFINE= RECDEP RECDEP_DESC= Recommended runtime dependencies OPTIONS_DEFAULT=RECDEP |