diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 06:27:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 06:27:05 +0800 |
commit | 4626acfc5363a272f7eda781d74a4f5da88c328b (patch) | |
tree | b5e8fa729fe3d7beff7dca148d39cef3455c24e9 /graphics/libvisual-plugins | |
parent | 30311e04e681a89c73464c2f471a24fddbf13e22 (diff) | |
download | freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.gz freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.zst freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'graphics/libvisual-plugins')
-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" \ |