1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix plist and unbreak.

Not approved by: maintainer, but I need this port unbroken right now and
the fix is trivial.
This commit is contained in:
Michael Nottebrock 2005-02-28 21:22:01 +00:00
parent bd07e61e5b
commit acd0ee0cb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130043

View File

@ -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>