aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-11-03 21:47:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-11-03 21:47:46 +0000
commit22758f26727a73eb34c75947612674ebeed25798 (patch)
tree217b630c3b537320d8bc0fa8c4a97dc39f4fd98c /x11-toolkits
parent1b101d5766bbdc9537584f83368d58762eefef50 (diff)
downloadports-22758f26727a73eb34c75947612674ebeed25798.tar.gz
ports-22758f26727a73eb34c75947612674ebeed25798.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/linux-c6-qt47-x11/Makefile10
-rw-r--r--x11-toolkits/linux-c7-qt-x11/Makefile9
2 files changed, 4 insertions, 15 deletions
diff --git a/x11-toolkits/linux-c6-qt47-x11/Makefile b/x11-toolkits/linux-c6-qt47-x11/Makefile
index b79933036dd1..49808eba9415 100644
--- a/x11-toolkits/linux-c6-qt47-x11/Makefile
+++ b/x11-toolkits/linux-c6-qt47-x11/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qt47-x11
PORTVERSION= 4.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits linux
MASTER_SITES= https://www.mirrorservice.org/sites/dl.atrpms.net/el6-x86_64/atrpms/testing/\
https://www.mirrorservice.org/sites/dl.atrpms.net/el6-i386/atrpms/testing/ \
@@ -18,15 +18,9 @@ SRC_DISTFILES= # unretrievable.
RPMVERSION= 1_18.el6
USES= linux:c6
USE_LDCONFIG= yes
-USE_LINUX= fontconfig png xorglibs png alsalib jpeg tiff qt47 openssl
+USE_LINUX= alsalib dri fontconfig jpeg openssl png qt47 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
post-patch:
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>