summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-19 13:04:30 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-19 13:04:30 +0000
commit334eb0fc61312986b1d9f56b24c7518920f81462 (patch)
treeeba3c1f7e94497327507881e3b0eb623013d377e /cad
parenttypo fix. (diff)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=314640
Diffstat (limited to 'cad')
-rw-r--r--cad/brlcad/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index 5818bd19fb46..514213d65a3a 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -26,14 +26,13 @@ USE_GL= gl glu
USE_XORG= ice inputproto sm x11 xau xdamage xdmcp xext xfixes xft xi \
xproto xrender xscrnsaver xt xxf86vm
USE_GMAKE= yes
-USES= bison
+USES= bison pathfix
USE_TCL= 85
USE_TK= 85
USE_LDCONFIG= yes
PREFIX?= ${LOCALBASE}/${PORTNAME}
NO_MTREE= yes
-USE_GNOME= gnomehack
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes