diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-19 18:55:47 +0000 | 
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-19 18:55:47 +0000 | 
| commit | 0bb15272c55855048e7a278c2156c56504a6956e (patch) | |
| tree | b373dc14c8d8c0d03a9458c9355f173ef2f3c635 | |
| parent | - add xext to USE_XORG (diff) | |
- Use USE_GL instead of depending directly on glut
- USE_X_PREFIX --> USE_XORG
Approved by:	miwi (mentor)
| -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 180f5fdc2b40..ee508df9d92f 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; \  | 
