diff options
Diffstat (limited to 'freebsd/dependencies/tqca/Makefile')
-rw-r--r-- | freebsd/dependencies/tqca/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/freebsd/dependencies/tqca/Makefile b/freebsd/dependencies/tqca/Makefile index e1618364a..d93adceba 100644 --- a/freebsd/dependencies/tqca/Makefile +++ b/freebsd/dependencies/tqca/Makefile @@ -8,13 +8,16 @@ PORTNAME= libtqca COMMENT= libtqca provides TQt interface for security plugins TDE_PREVERSION= -MASTER_SITE_SUBDIR= libt/${PORTNAME} +MASTER_SITE_SUBDIR= t/tqca PORTREVISION= 0 CATEGORIES= devel +DISTNAME= tqca_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1} DISTSRC= tqca-trinity-${TDE_VERSION}${TDE_PREVERSION} DIST_SUBDIR= TDE/dependencies PREFIX= ${LOCALBASE} +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + post-patch: tde-pathfix @@ -22,6 +25,8 @@ do-configure: tde-cmake-prepare ${TDE_CMAKE_CONFIGURE} \ -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \ + -DBUILD_ALL="OFF" \ + -DBUILD_TQCA="ON" \ -DWITH_ALL_OPTIONS="ON" do-build: tde-cmake-build |