diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-07 13:43:14 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-07 13:43:14 +0000 |
commit | cea9dea6a2a128111c4e4a41dc7680c430787db6 (patch) | |
tree | 2f76ef74739401ab834313101e858436005a32e7 /net/krfb | |
parent | b05f3ff1aca4a3c49313864145ed0c1301425d36 (diff) | |
download | freebsd-ports-cea9dea6a2a128111c4e4a41dc7680c430787db6.zip |
net-im/telepathy-qt[45]: falvorize
Flavorize the ports:
* telepathy-qt4 -> telepathy-qt@qt4
* telepathy-qt5 -> telepathy-qt@qt5
While here, also clean up the Makefile a bit.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17445
Diffstat (limited to 'net/krfb')
-rw-r--r-- | net/krfb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/krfb/Makefile b/net/krfb/Makefile index 06f65bd3ed12..70f4c2cda29b 100644 --- a/net/krfb/Makefile +++ b/net/krfb/Makefile @@ -22,6 +22,6 @@ USE_XORG= x11 xcb xdamage xext xtst OPTIONS_DEFINE= TELEPATHY DOCS OPTIONS_SUB= yes TELEPATHY_DESC= Support for Telepathy Tubes -TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 +TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 .include <bsd.port.mk> |