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 /net-im | |
parent | 5d3253339654a90e573fc87b551fccb8f6a91535 (diff) | |
download | freebsd-ports-graphics-515b435158d555d4f67d5bdc364ca4486d3ab17b.tar.gz freebsd-ports-graphics-515b435158d555d4f67d5bdc364ca4486d3ab17b.tar.zst freebsd-ports-graphics-515b435158d555d4f67d5bdc364ca4486d3ab17b.zip |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qutim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/qutim/Makefile b/net-im/qutim/Makefile index 95b925089b3..5d3323f1669 100644 --- a/net-im/qutim/Makefile +++ b/net-im/qutim/Makefile @@ -35,7 +35,6 @@ USE_XORG= xscrnsaver MAKE_JOBS_SAFE= yes USE_CMAKE= yes -CMAKE_BUILD_TYPE= DEBUG CMAKE_USE_PTHREAD= yes CMAKE_VERBOSE= yes CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1 |