diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
commit | 7d20ef9811ab05a11a26d6d9ad094232177a5bb5 (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /Mk/bsd.port.mk | |
parent | d567c4c25ffb2cd933f753aeb0c00d9c5b3dfd8c (diff) | |
download | ports-7d20ef9811ab05a11a26d6d9ad094232177a5bb5.tar.gz ports-7d20ef9811ab05a11a26d6d9ad094232177a5bb5.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 3aa068d3f0cb..57a58ad68c39 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1976,11 +1976,8 @@ MAKE_ENV+= DISPLAY="localhost:1001" .endif .endif -XAWVER= 8 PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' -PLIST_SUB+= XAWVER=${XAWVER} - _GL_gl_LIB_DEPENDS= GL.1:${PORTSDIR}/graphics/libGL _GL_glew_LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew _GL_glu_LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU |