diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
commit | 11cdd557db2e22c7f1ad5e873d0a4397068caf5e (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /Mk/bsd.port.mk | |
parent | 6607e5826c610a31e5dfd291ea1f5b1a83ff6131 (diff) | |
download | FreeBSD-ports-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.zip FreeBSD-ports-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.gz |
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB
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 3aa068d..57a58ad68 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 |