diff options
author | makc <makc@FreeBSD.org> | 2011-04-10 16:47:32 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-04-10 16:47:32 +0800 |
commit | 5d3253339654a90e573fc87b551fccb8f6a91535 (patch) | |
tree | 16487534fc7d6829114bfa0be7762a2a67da0531 /misc/bibletime | |
parent | 45647638241415985dc6e4dcae59d9be7ba0fa8d (diff) | |
download | freebsd-ports-gnome-5d3253339654a90e573fc87b551fccb8f6a91535.tar.gz freebsd-ports-gnome-5d3253339654a90e573fc87b551fccb8f6a91535.tar.zst freebsd-ports-gnome-5d3253339654a90e573fc87b551fccb8f6a91535.zip |
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
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 69750b71f648..43af6ad3f151 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene +LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene USE_BZIP2= 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 \ rcc_build uic_build -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -CMAKE_USE_PTHREAD= yes -.endif - -CMAKE_BUILD_TYPE= Release - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |