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 /textproc/wv2 | |
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 'textproc/wv2')
-rw-r--r-- | textproc/wv2/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index cc2960b0a7a3..a97db95c0102 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -21,12 +21,4 @@ USE_CMAKE= yes USE_GMAKE= yes USE_LDCONFIG= yes -.if defined(WITH_DEBUG) -CMAKE_BUILD_TYPE?= Debug -.else -CMAKE_BUILD_TYPE?= Release -.endif - -PLIST_SUB= CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:L}" - .include <bsd.port.mk> |