diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-08-07 11:15:20 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-08-07 11:15:20 +0000 |
commit | 9f033bd434a641ef167c5e395033845b56294881 (patch) | |
tree | 79cce9e179f78c6f322ccf46ffcbd63decc6fdcb /graphics | |
parent | Update to version 0.6.6 (diff) |
Use USE_BISON.
Notes
Notes:
svn path=/head/; revision=45920
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 96f0c0e6a15f..44c7b3698289 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff USE_AUTOMAKE= yes +USE_BISON= yes USE_GMAKE= yes USE_MESA= yes USE_MOTIF= yes |