diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 12:14:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 12:14:01 +0000 |
commit | 738692c99741e462b4cc6f343e6cde18ed416e30 (patch) | |
tree | 857dfa8153cb3a618ed77d88027316a86e9a3bb7 /Mk | |
parent | 2421f59236a89b653aa10407f5aae88cc55600ef (diff) | |
download | ports-738692c99741e462b4cc6f343e6cde18ed416e30.tar.gz ports-738692c99741e462b4cc6f343e6cde18ed416e30.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4fd48393b468..c29306e3bd0e 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1798,10 +1798,6 @@ IGNORE= cannot be built: there is no emulators/linux_base-${USE_LINUX}, perhaps RUN_DEPENDS+= ${LINUX_BASE_PORT} .endif -.if defined(USE_DISPLAY) -USES+= display -.endif - PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' _GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/graphics/libglesv2 |