diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 22:27:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 22:27:05 +0000 |
commit | 89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d (patch) | |
tree | 90074ba47903ee720378e7ff23c736444c1dfad6 /graphics/libvisual-plugins/Makefile | |
parent | - Mark BROKEN on FreeBSD/amd64 7 and up: cast from 'Socket*' to 'unsigned int' (diff) |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to '')
-rw-r--r-- | graphics/libvisual-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libvisual-plugins/Makefile b/graphics/libvisual-plugins/Makefile index 1649aa098ebb..4a521512702f 100644 --- a/graphics/libvisual-plugins/Makefile +++ b/graphics/libvisual-plugins/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= visual.0:${PORTSDIR}/graphics/libvisual WANT_GNOME= yes USE_GNOME= gnometarget pkgconfig -USE_GL= gl +USE_GL= glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |