diff options
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index bbf612e..3fc7596 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -13,10 +13,10 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - netcdf.1:${PORTSDIR}/math/netcdf +LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf USE_XLIB= yes +USE_MESA= yes REQUIRES_MOTIF= yes USE_NEWGCC= yes GNU_CONFIGURE= yes |