diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-07-03 02:18:44 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-07-03 02:18:44 +0000 |
commit | 4d8b534743bdbcc5fac862ffa502a6955a41cf1f (patch) | |
tree | e1b4d82bde538585531dcc1fc00c7b3a080ddc4c /graphics/opendx | |
parent | ab7c6096228c1fc99e20cf53c0fd7a53ec812e1c (diff) | |
download | ports-4d8b534743bdbcc5fac862ffa502a6955a41cf1f.tar.gz ports-4d8b534743bdbcc5fac862ffa502a6955a41cf1f.zip |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 61ef053b317c..32f6775c2ea9 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libXp.so:x11/libXp MAKE_JOBS_UNSAFE= yes -USES= bison motif gmake libtool +USES= bison motif gmake libtool compiler:c++14-lang USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes |