diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-24 14:55:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-24 14:55:31 +0800 |
commit | 60af75d4f52284f382f9c9e869377a25ccb0faf9 (patch) | |
tree | 65da7e7aa612aadd3773400cbe96e046a7757e47 /graphics/opendx | |
parent | 5d19fbc69646c2e4dd9a46f2f45101a8ae7f5973 (diff) | |
download | freebsd-ports-gnome-60af75d4f52284f382f9c9e869377a25ccb0faf9.tar.gz freebsd-ports-gnome-60af75d4f52284f382f9c9e869377a25ccb0faf9.tar.zst freebsd-ports-gnome-60af75d4f52284f382f9c9e869377a25ccb0faf9.zip |
- Fix build after xorg cleanup
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} |