diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 21:42:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 21:42:32 +0000 |
commit | 9010280b855a8f663dc0899ba61ab950e6b515da (patch) | |
tree | ade0e2be591e771231576c7a69bfc8a5cf0bc252 /graphics/glide3 | |
parent | 06a3e062ca8655d412fd71bf237d2cbcb5d17726 (diff) | |
download | ports-9010280b855a8f663dc0899ba61ab950e6b515da.tar.gz ports-9010280b855a8f663dc0899ba61ab950e6b515da.zip |
Notes
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index db2840d13d2f..446a6a7e077a 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -34,7 +34,8 @@ ONLY_FOR_ARCHS= i386 # Glide3 DOES NOT work with CFLAGS greater than -O2 CFLAGS+= -O -OPTIONS= VOODOO3 "Enable this if you have a Voodoo3 or Banshee card" off +OPTIONS_DEFINE= VOODOO3 +VOODOO3_DESC= Enable this if you have a Voodoo3 or Banshee card .include <bsd.port.pre.mk> @@ -42,7 +43,7 @@ OPTIONS= VOODOO3 "Enable this if you have a Voodoo3 or Banshee card" off BROKEN= Does not compile on recent FreeBSD-9 .endif -.if defined(WITH_VOODOO3) +.if ${PORT_OPTIONS:MVOODOO3} PKGNAMESUFFIX= -v3 CONFIGURE_ARGS+= --enable-fx-glide-hw=h3 .else |