diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /x11-toolkits | |
parent | bd0f959252ca4814047bdc870b10fe9b462632c4 (diff) | |
download | ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.tar.gz ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vtkfox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/vtkfox/Makefile b/x11-toolkits/vtkfox/Makefile index f28d36ba202c..db247f19d168 100644 --- a/x11-toolkits/vtkfox/Makefile +++ b/x11-toolkits/vtkfox/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17 CMAKE_ARGS+= -DFOX17:BOOL=TRUE .endif -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/vtkfox/FXVTKCanvas.h \ |