diff options
Diffstat (limited to 'cad/brlcad/Makefile')
-rw-r--r-- | cad/brlcad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index b827986b6cd5..c652d59e70aa 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -7,7 +7,7 @@ PORTNAME= brlcad PORTVERSION= 7.10.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF @@ -20,9 +20,9 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes -USE_GL= yes +USE_GL= gl +USE_ORG= x11 xt USE_GMAKE= yes -USE_XLIB= yes USE_TK= 85 PREFIX?= ${LOCALBASE}/${PORTNAME} |