diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-27 15:43:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-27 15:43:22 +0000 |
commit | 52dc066ad4aebf9d8510cddf5760b5f0cb8ee174 (patch) | |
tree | 1c79e309c3ea6f1a3c495483f99c9e163c257b5d | |
parent | f916d5a212fffaf4dc48dd1e70dc111407ccf6cd (diff) | |
download | ports-52dc066ad4aebf9d8510cddf5760b5f0cb8ee174.tar.gz ports-52dc066ad4aebf9d8510cddf5760b5f0cb8ee174.zip |
Notes
-rw-r--r-- | graphics/opendx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 6e3cab9b4207..1a348d1ec212 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -18,11 +18,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \ libtiff.so:graphics/tiff \ - libcdf.so:science/cdf \ - libXp.so:x11/libXp + libcdf.so:science/cdf MAKE_JOBS_UNSAFE= yes -USES= bison compiler:c++17-lang gmake libtool motif +USES= bison compiler:c++17-lang gl gmake libtool motif xorg USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes |