diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-24 06:55:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-24 06:55:31 +0000 |
commit | 46fcfaa36a0d6cc19c387463250e9187f8f1a191 (patch) | |
tree | 9398530bc86d9f2fe43a0d2ac4c9c63696b9e2fb /graphics/opendx | |
parent | 95e5f39d850d8b3f31ff8a4ae99147d07327213d (diff) | |
download | ports-46fcfaa36a0d6cc19c387463250e9187f8f1a191.tar.gz ports-46fcfaa36a0d6cc19c387463250e9187f8f1a191.zip |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 6da1e73a8198..417836c2d49c 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} @@ -20,8 +20,9 @@ LIB_DEPENDS= MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff \ cdf.0:${PORTSDIR}/science/cdf +USE_XORG= xinerama xext xpm xmu sm ice USE_BISON= build -USE_GL= gl +USE_GL= yes USE_MOTIF= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |