diff options
Diffstat (limited to 'devel/qca/Makefile')
-rw-r--r-- | devel/qca/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/qca/Makefile b/devel/qca/Makefile index 4363ad1e24aa..536835fe3bdc 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -7,6 +7,7 @@ PORTNAME= qca PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://delta.affinix.com/download/qca/2.0/ DISTNAME= qca-${PORTVERSION} @@ -14,21 +15,15 @@ DISTNAME= qca-${PORTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= Cross-platform crypto API for QT -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_CMAKE= yes CMAKE_USE_PTHREAD= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake gui moc uic rcc qtestlib network +QT_COMPONENTS= gui qtestlib network qmake_build \ + moc_build uic_build rcc_build USE_OPENSSL= yes USE_LDCONFIG= yes CMAKE_ARGS+= -DQT_QMAKE_EXECUTABLE=${QMAKE} -post-patch: - ${MKDIR} ${WRKSRC}/plugins - ${REINPLACE_CMD} -e \ - 's,$${LIB_SUFFIX}/pkgconfig/,data/pkgconfig,' \ - ${WRKSRC}/CMakeLists.txt - .include <bsd.port.mk> |