diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-29 22:24:43 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-29 22:24:43 +0000 |
commit | 07fd0d112b83783b7f9e4b7247b6d5890c745772 (patch) | |
tree | cd3c7f9c9652ad2680e60a4d6dbc3bf3849eba62 /graphics/xmms-xvs | |
parent | f0200195c815474219d628940b437b2656dc0f64 (diff) |
Add USE_BISON.
PR: ports/47631
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=74227
Diffstat (limited to 'graphics/xmms-xvs')
-rw-r--r-- | graphics/xmms-xvs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index e7ffff629af3..647112020557 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -28,6 +28,7 @@ WANT_GNOME= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_BISON= yes CONFIGURE_ENV= XML2_CONFIG="${XML2_CONFIG}" XMMS_CONFIG="${XMMS_CONFIG}" .include <bsd.port.pre.mk> |