diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-28 20:14:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-28 20:14:01 +0800 |
commit | 29165871ddd7a307406f56f77ff40637ea38f80c (patch) | |
tree | 857dfa8153cb3a618ed77d88027316a86e9a3bb7 /Mk/bsd.port.mk | |
parent | dfa3404627ef68edba3302a8fcaa5387ca8415e7 (diff) | |
download | freebsd-ports-gnome-29165871ddd7a307406f56f77ff40637ea38f80c.tar.gz freebsd-ports-gnome-29165871ddd7a307406f56f77ff40637ea38f80c.tar.zst freebsd-ports-gnome-29165871ddd7a307406f56f77ff40637ea38f80c.zip |
Remove support for USE_DISPLAY
Diffstat (limited to 'Mk/bsd.port.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 |