CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles

Clean up and remove support for 6.x

Approved by:	tabthorpe via irc
This commit is contained in:
Max Brazhnikov 2011-04-10 08:47:32 +00:00
parent 4be0ca48a7
commit 01b7b5c889
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272464

View file

@ -17,7 +17,7 @@ LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene
USE_BZIP2= yes USE_BZIP2= yes
USE_OPENSSL= yes USE_OPENSSL= yes
@ -27,12 +27,4 @@ QT_COMPONENTS= corelib dbus gui iconengines network phonon qtestlib script \
svg webkit xml linguist_build moc_build qmake_build \ svg webkit xml linguist_build moc_build qmake_build \
rcc_build uic_build rcc_build uic_build
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${OSVERSION} < 700042
CMAKE_USE_PTHREAD= yes
.endif
CMAKE_BUILD_TYPE= Release
.include <bsd.port.post.mk>