diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 08:02:34 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 08:02:34 +0800 |
commit | f3a55b6683b521c71a38f15e04c23c21eb49e0e6 (patch) | |
tree | f2b9c22c3e0ac66a535a848245be904ec446ba97 /net-p2p | |
parent | ab6e7da0ad516166e39d8730c3b9cb76f4bfb35b (diff) | |
download | freebsd-ports-gnome-f3a55b6683b521c71a38f15e04c23c21eb49e0e6.tar.gz freebsd-ports-gnome-f3a55b6683b521c71a38f15e04c23c21eb49e0e6.tar.zst freebsd-ports-gnome-f3a55b6683b521c71a38f15e04c23c21eb49e0e6.zip |
net-p2p/transmission: remove remnants of QT4 option
Approved by: portmgr (implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 30c48a140b8f..9bbc4085a6eb 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -2,7 +2,7 @@ PORTNAME= transmission DISTVERSION= 2.94 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= rigoletto@FreeBSD.org @@ -21,7 +21,7 @@ GTK_DESC= GTK version QT5_DESC= Qt5 version WEB_DESC= Web client -OPTIONS_DEFAULT= CLI DAEMON GTK QT4 WEB +OPTIONS_DEFAULT= CLI DAEMON GTK WEB CLI_RUN_DEPENDS= transmission-cli:net-p2p/transmission-cli DAEMON_RUN_DEPENDS= transmission-daemon:net-p2p/transmission-daemon |