diff options
author | marino <marino@FreeBSD.org> | 2015-09-21 00:35:28 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-21 00:35:28 +0800 |
commit | fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1 (patch) | |
tree | baf17180e47781a11c3e7d45170fd47c6c23d8fd /math/vtk5 | |
parent | 842196a85372b6cdb4524c44ccba383f9f6108b5 (diff) | |
download | freebsd-ports-gnome-fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1.tar.gz freebsd-ports-gnome-fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1.tar.zst freebsd-ports-gnome-fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1.zip |
Add USES=alias to 3 ports (Aids DragonFly support)
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 923c1c9aa90e..cc60b9faedf8 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -24,7 +24,7 @@ CONFLICTS= vtk-4* SUB_FILES= vtk.3 -USES= cmake:outsource jpeg +USES= alias cmake:outsource jpeg USE_XORG= xt USE_LDCONFIG= ${PREFIX}/lib/vtk-${PORTVERSION:R} CXXFLAGS+= -DUSE_INTERP_ERRORLINE |