diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-08 05:40:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-08 05:40:33 +0800 |
commit | 581d6ef6e3914cdc3cd3c369913794eb1e617545 (patch) | |
tree | 1adf7b7d513c8929b9b747f30e413669c623a741 /graphics | |
parent | fd16c7e676277933eba45783a5a8aeea24a7bd04 (diff) | |
download | freebsd-ports-gnome-581d6ef6e3914cdc3cd3c369913794eb1e617545.tar.gz freebsd-ports-gnome-581d6ef6e3914cdc3cd3c369913794eb1e617545.tar.zst freebsd-ports-gnome-581d6ef6e3914cdc3cd3c369913794eb1e617545.zip |
- Fix build after xorg cleanup
Reported by: pavbot
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/oglext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/oglext/Makefile b/graphics/oglext/Makefile index 3c0d0bd91934..3e01a252c49d 100644 --- a/graphics/oglext/Makefile +++ b/graphics/oglext/Makefile @@ -18,7 +18,8 @@ COMMENT= A library for easier access to OpenGL extensions BUILD_DEPENDS= ${LOCALBASE}/bin/tmake:${PORTSDIR}/devel/tmake USE_GMAKE= yes -USE_GL= gl +USE_GL= gl glu +USE_XORG= xmu xext x11 USE_LDCONFIG= yes REINPLACE_ARGS= -i "" |