diff options
author | tijl <tijl@FreeBSD.org> | 2016-11-04 05:47:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-11-04 05:47:46 +0800 |
commit | 808a2a60e7ce4e240588eba08e4f2ce6983b0e1f (patch) | |
tree | 217b630c3b537320d8bc0fa8c4a97dc39f4fd98c /x11-toolkits/linux-c7-qt-x11 | |
parent | 14073edcb9a2d2648cbfb211f88a8fda5e7972f6 (diff) | |
download | freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.tar.gz freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.tar.zst freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.zip |
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Diffstat (limited to 'x11-toolkits/linux-c7-qt-x11')
-rw-r--r-- | x11-toolkits/linux-c7-qt-x11/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-toolkits/linux-c7-qt-x11/Makefile b/x11-toolkits/linux-c7-qt-x11/Makefile index 0bfe188540f0..fb47b472b536 100644 --- a/x11-toolkits/linux-c7-qt-x11/Makefile +++ b/x11-toolkits/linux-c7-qt-x11/Makefile @@ -3,6 +3,7 @@ PORTNAME= qt-x11 PORTVERSION= 4.8.5 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux SRC_DISTFILES= qt-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE @@ -14,15 +15,9 @@ CONFLICTS= linux-c6-qt47-x11-[0-9]* RPMVERSION= 11.el7 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= fontconfig png xorglibs alsalib jpeg tiff qt openssl +USE_LINUX= alsalib dri fontconfig jpeg openssl png qt tiff xorglibs USE_LINUX_RPM= yes -OPTIONS_DEFINE= NVIDIA_GL - -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver -NVIDIA_GL_USE= LINUX=libglu -NVIDIA_GL_USE_OFF= LINUX=dri - DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr .include <bsd.port.mk> |