diff options
author | linimon <linimon@FreeBSD.org> | 2019-08-09 20:47:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-08-09 20:47:54 +0800 |
commit | c0b9bc6fe93d0958755967fa7a825eaa78753ee7 (patch) | |
tree | 13966f0ab25ab595cda58443f52ce18ee0843bd8 /math/vtk6 | |
parent | 491cbe2871f89e97e5baefec637b921813d3e3f6 (diff) | |
download | freebsd-ports-gnome-c0b9bc6fe93d0958755967fa7a825eaa78753ee7.tar.gz freebsd-ports-gnome-c0b9bc6fe93d0958755967fa7a825eaa78753ee7.tar.zst freebsd-ports-gnome-c0b9bc6fe93d0958755967fa7a825eaa78753ee7.zip |
Appease portlint.
I have a tier-2-related patch in progress, and having portlint less
noisy will help me with testing.
Approved by: "just fix it"
Diffstat (limited to 'math/vtk6')
-rw-r--r-- | math/vtk6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index bf4c2bd08f5e..776dc2c87026 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -24,9 +24,9 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ # * VTK Groups CONFLICTS= vtk5 vtk8 +USES= alias cmake jpeg localbase USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} USE_XORG= xt sm ice x11 xext -USES= alias cmake jpeg localbase CXXFLAGS_powerpc64= -mminimal-toc VTK_SHORT_VER= ${PORTVERSION:R} |