diff options
author | tg <tg@FreeBSD.org> | 2000-02-14 21:05:12 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-02-14 21:05:12 +0800 |
commit | e1de6e32fc6326d4c14b43ba977f8b370d02510f (patch) | |
tree | 9598fe9995588495e3f4c1b796642624216890fa /graphics/opendx/Makefile | |
parent | 8fbb0e5c0ed8592814bda3874693c4b23cd47e6a (diff) | |
download | freebsd-ports-gnome-e1de6e32fc6326d4c14b43ba977f8b370d02510f.tar.gz freebsd-ports-gnome-e1de6e32fc6326d4c14b43ba977f8b370d02510f.tar.zst freebsd-ports-gnome-e1de6e32fc6326d4c14b43ba977f8b370d02510f.zip |
Upgrade to 4.0.10.
Diffstat (limited to 'graphics/opendx/Makefile')
-rw-r--r-- | graphics/opendx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index dcd57ecfecce..5962438abfea 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: opendx -# Version required: 4.0.9 +# Version required: 4.0.10 # Date created: 27 May 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= dx-4.0.9 -PKGNAME= opendx-4.0.9 +DISTNAME= dx-4.0.10 +PKGNAME= opendx-4.0.10 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ @@ -18,6 +18,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ USE_XLIB= yes REQUIRES_MOTIF= yes +USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -Dfreebsd -I${PREFIX}/include" \ CPPFLAGS="-I${PREFIX}/include" \ |