diff options
author | makc <makc@FreeBSD.org> | 2011-04-10 16:48:14 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-04-10 16:48:14 +0800 |
commit | 515b435158d555d4f67d5bdc364ca4486d3ab17b (patch) | |
tree | 68106263df1b9b62e5c40779df6c0e9b8d9bf111 /security | |
parent | 5d3253339654a90e573fc87b551fccb8f6a91535 (diff) | |
download | freebsd-ports-gnome-515b435158d555d4f67d5bdc364ca4486d3ab17b.tar.gz freebsd-ports-gnome-515b435158d555d4f67d5bdc364ca4486d3ab17b.tar.zst freebsd-ports-gnome-515b435158d555d4f67d5bdc364ca4486d3ab17b.zip |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Diffstat (limited to 'security')
-rw-r--r-- | security/quantis/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/quantis/Makefile b/security/quantis/Makefile index 9eabf4af2563..7b245da391e1 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -40,10 +40,6 @@ KMODDIR?= /boot/modules PORTDOCS= * PORTEXAMPLES= * -.if defined(WITH_DEBUG) -CMAKE_BUILD_TYPE=Debug -.endif - .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 |