diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-10 08:48:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-10 08:48:14 +0000 |
commit | 132402b35427fd40cbf246eb787e62a57d7a0142 (patch) | |
tree | ee40757d51a32988ed1a2b62b6a9db25f59f50df /textproc | |
parent | 01b7b5c8899ea304e85a36f11e67de252308878c (diff) | |
download | ports-132402b35427fd40cbf246eb787e62a57d7a0142.tar.gz ports-132402b35427fd40cbf246eb787e62a57d7a0142.zip |
Notes
Diffstat (limited to 'textproc')
-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> |