summaryrefslogtreecommitdiffstats
path: root/lang/hugs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hugs/Makefile')
-rw-r--r--lang/hugs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index b5782c0..8d582cb 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -36,8 +36,7 @@ BROKEN= dumps core during build on ${ARCH}
.endif
.if !defined(WITHOUT_X11)
-USE_GL= yes
-LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut
+USE_GL= glut
PLIST_SUB+= X11=""
.else
BROKEN= not supported at the moment
@@ -55,7 +54,7 @@ post-patch:
@${REINPLACE_CMD} -e '/^install :: install_notes/d ; \
/^install :: install_guide/d' \
${WRKSRC}/src/MkInstal.in
- @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \
+ @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/packages/OpenGL/configure \
${WRKSRC}/packages/GLUT/configure \
${WRKSRC}/packages/X11/configure \
OpenPOWER on IntegriCloud