aboutsummaryrefslogtreecommitdiffstats
path: root/security/qca-tls
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-03-01 05:22:01 +0800
committerlofi <lofi@FreeBSD.org>2005-03-01 05:22:01 +0800
commit17aef1a388294ee6b70ddb901145bbd212822be1 (patch)
tree0c0ea126d9da1497b522c3443a5d05bd5b1d4870 /security/qca-tls
parentdec82a1d8fee4d75a8bde26ad669886a75ecbd27 (diff)
downloadfreebsd-ports-graphics-17aef1a388294ee6b70ddb901145bbd212822be1.tar.gz
freebsd-ports-graphics-17aef1a388294ee6b70ddb901145bbd212822be1.tar.zst
freebsd-ports-graphics-17aef1a388294ee6b70ddb901145bbd212822be1.zip
Fix plist and unbreak.
Not approved by: maintainer, but I need this port unbroken right now and the fix is trivial.
Diffstat (limited to 'security/qca-tls')
-rw-r--r--security/qca-tls/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile
index 01b19929f22..c4ba2dff94e 100644
--- a/security/qca-tls/Makefile
+++ b/security/qca-tls/Makefile
@@ -16,8 +16,6 @@ COMMENT= SSL/TLS plugin for Qt
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-BROKEN= Incomplete pkg-plist
-
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
@@ -28,6 +26,7 @@ CONFIGURE_ARGS= --qtdir=${X11BASE}
MAKE_ARGS+= QTDIR=${X11BASE} \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
+PLIST_DIRS= lib/plugins/crypto
PLIST_FILES= lib/plugins/crypto/libqca-tls.so
.include <bsd.port.mk>