aboutsummaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /lang/hugs
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
Notes
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index b5782c00b323..8d582cb8e9db 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 \