1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

devel/cdialog: fix QAT report

Previous update was not complete, missing BUILD_DEPENDS

Submitted by:	Jimmy Olgeni <olgeni@olgeni.com>
This commit is contained in:
Kurt Jaeger 2014-07-19 17:10:19 +00:00
parent 2dcf88e11f
commit 2a635b8659
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362271

View File

@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-widec \
--with-package=${PORTNAME}
MAKEFILE= makefile
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
INSTALL_TARGET= install-strip install-man install-lib
.include <bsd.port.pre.mk>