diff options
author | tijl <tijl@FreeBSD.org> | 2018-10-10 19:50:44 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-10-10 19:50:44 +0800 |
commit | 206c81999f7f15168079563adad3e2bf2545faaa (patch) | |
tree | b0dda1ccc0ff498927f2f3a8a0e9a8e273895c31 /www | |
parent | db9954faa52b469f09961fcbd09f5ccebc71ea94 (diff) | |
download | freebsd-ports-gnome-206c81999f7f15168079563adad3e2bf2545faaa.tar.gz freebsd-ports-gnome-206c81999f7f15168079563adad3e2bf2545faaa.tar.zst freebsd-ports-gnome-206c81999f7f15168079563adad3e2bf2545faaa.zip |
Unbreak by fixing dependencies.
PR: 232121
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-c6-qt47-webkit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/linux-c6-qt47-webkit/Makefile b/www/linux-c6-qt47-webkit/Makefile index 6c42dafb02bf..d82dd1c37ec5 100644 --- a/www/linux-c6-qt47-webkit/Makefile +++ b/www/linux-c6-qt47-webkit/Makefile @@ -12,13 +12,11 @@ DIST_SUBDIR= atrpms MAINTAINER= emulation@FreeBSD.org COMMENT= Qt WebKit implementation (Linux CentOS ${LINUX_DIST_VER}) -BROKEN= uses non existing qt47 qt47-x11 - DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr RPMVERSION= 1_18.el6 USES= linux:c6 USE_LDCONFIG= yes -USE_LINUX= fontconfig png xorglibs sqlite3 qt47 qt47-x11 +USE_LINUX= fontconfig png xorglibs sqlite3 qt qt-x11 USE_LINUX_RPM= yes .include <bsd.port.mk> |