diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-28 02:25:17 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-28 02:25:17 +0800 |
commit | 65e5f08e428b22f40a49df3cd740714c8b6264e9 (patch) | |
tree | f087a592e5c1673bb1690aaf1b7a4a41b384e9e0 /sysutils/Makefile | |
parent | ce5f17d74c6fd4f4f32947453dc961d698b386a1 (diff) | |
download | freebsd-ports-gnome-65e5f08e428b22f40a49df3cd740714c8b6264e9.tar.gz freebsd-ports-gnome-65e5f08e428b22f40a49df3cd740714c8b6264e9.tar.zst freebsd-ports-gnome-65e5f08e428b22f40a49df3cd740714c8b6264e9.zip |
sysutils/android-file-transfer: enslave GUI and expose CLI option
Catering package-only users that want Qt4 flavor or just non-GUI parts.
COMMENT and pkg-descr (both plural) can be improved in future.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ac07864b453a..a31affbb9070 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -32,6 +32,8 @@ SUBDIR += anacron SUBDIR += and SUBDIR += android-file-transfer + SUBDIR += android-file-transfer-qt4 + SUBDIR += android-file-transfer-qt5 SUBDIR += ansible SUBDIR += ansible1 SUBDIR += apachetop |