diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-20 02:55:47 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-20 02:55:47 +0800 |
commit | 247f8aa1fb557b74376a40e8c9c3507f0c34f366 (patch) | |
tree | d6b78c2f073547aa87fcef718693e9fc3a9987c2 /devel/glui/Makefile | |
parent | 7d58612ed3b56f00a1c5ed8d7ead6927d51ef40d (diff) | |
download | freebsd-ports-graphics-247f8aa1fb557b74376a40e8c9c3507f0c34f366.tar.gz freebsd-ports-graphics-247f8aa1fb557b74376a40e8c9c3507f0c34f366.tar.zst freebsd-ports-graphics-247f8aa1fb557b74376a40e8c9c3507f0c34f366.zip |
- Use USE_GL instead of depending directly on glut
- USE_X_PREFIX --> USE_XORG
Approved by: miwi (mentor)
Diffstat (limited to 'devel/glui/Makefile')
-rw-r--r-- | devel/glui/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/glui/Makefile b/devel/glui/Makefile index 180f5fdc2b4..ee508df9d92 100644 --- a/devel/glui/Makefile +++ b/devel/glui/Makefile @@ -7,7 +7,7 @@ PORTNAME= glui PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel graphics MASTER_SITES= http://www.cs.unc.edu/~rademach/glui/src/release/ DISTNAME= glui_v2_1_beta @@ -15,13 +15,11 @@ DISTNAME= glui_v2_1_beta MAINTAINER= ports@FreeBSD.org COMMENT= GLUT-based C++ user interface library -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut - -USE_GL= yes +USE_GL= glut USE_GMAKE= yes +USE_XORG= xmu xext x11 xi MAKEFILE= makefile ALL_TARGET= # empty -USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e 's:/unc/walk/lib/sgi_irix:${PREFIX}/lib:g; \ |