diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-01-18 20:21:32 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-01-18 20:21:32 +0000 |
commit | f48a7aed6f9b77c3be873cbbdba5f3fdcb56b978 (patch) | |
tree | 5e577f29e8bf563ac669096ea22bb043c82120cf /www/Makefile | |
parent | b12e1ed90f81beb4be8fe06b3b60d6180d526d19 (diff) |
- Create separate QT4 and QT5 ports for www/qupzilla
- Update to 1.8.5
PR: 196302
Submitted by: matthew at reztek.cz (maintainer)
Notes
Notes:
svn path=/head/; revision=377345
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 57045a150727..de4f93b7b713 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1726,7 +1726,8 @@ SUBDIR += qdecoder SUBDIR += qooxdoo SUBDIR += quickie - SUBDIR += qupzilla + SUBDIR += qupzilla-qt4 + SUBDIR += qupzilla-qt5 SUBDIR += radicale SUBDIR += red5 SUBDIR += redaxo |