diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-01-19 04:21:32 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-01-19 04:21:32 +0800 |
commit | 13b177d345e286ab9761eed6384a15c9a90e9403 (patch) | |
tree | 5e577f29e8bf563ac669096ea22bb043c82120cf /www/Makefile | |
parent | 67d7434bb6b8e49bf6f3edbf1bbdc5537418f50d (diff) | |
download | freebsd-ports-gnome-13b177d345e286ab9761eed6384a15c9a90e9403.tar.gz freebsd-ports-gnome-13b177d345e286ab9761eed6384a15c9a90e9403.tar.zst freebsd-ports-gnome-13b177d345e286ab9761eed6384a15c9a90e9403.zip |
- Create separate QT4 and QT5 ports for www/qupzilla
- Update to 1.8.5
PR: 196302
Submitted by: matthew at reztek.cz (maintainer)
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 |