diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
commit | 9880c1a3788c97424f73d86aba7a5c511e2d47b4 (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /cad | |
parent | c4a998e8d3a89178ee4515e49e7371f2bb7bd893 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326092
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 942df56b6bb2..9361fc58b5d9 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 \ BUILD_DEPENDS:= ${RUN_DEPENDS} USE_AUTOTOOLS= autoconf -USES= gmake +USES= gmake pkgconfig USE_TK_RUN= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes |