diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-01 05:22:01 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-01 05:22:01 +0800 |
commit | 17aef1a388294ee6b70ddb901145bbd212822be1 (patch) | |
tree | 0c0ea126d9da1497b522c3443a5d05bd5b1d4870 /security/qca-tls | |
parent | dec82a1d8fee4d75a8bde26ad669886a75ecbd27 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |