diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2018-01-05 03:56:32 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2018-01-05 03:56:32 +0000 |
commit | 6f7c22282d532c08ae29727f3bb2e4dbb5d4f175 (patch) | |
tree | d454f52da1a5c1052d55e8fb9e092b3ca850139c /net-mgmt/seafile-gui/Makefile | |
parent | 205ba2f80ac6403da0ed755d1fdf6f376d0c3234 (diff) | |
download | ports-6f7c22282d532c08ae29727f3bb2e4dbb5d4f175.tar.gz ports-6f7c22282d532c08ae29727f3bb2e4dbb5d4f175.zip |
Notes
Diffstat (limited to 'net-mgmt/seafile-gui/Makefile')
-rw-r--r-- | net-mgmt/seafile-gui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/seafile-gui/Makefile b/net-mgmt/seafile-gui/Makefile index 55e0a3cad79a..c817c0e23428 100644 --- a/net-mgmt/seafile-gui/Makefile +++ b/net-mgmt/seafile-gui/Makefile @@ -3,6 +3,7 @@ PORTNAME= seafile-gui DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_CLIENT_VER} +PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima@FreeBSD.org @@ -28,9 +29,9 @@ GH_ACCOUNT= haiwen GH_PROJECT= seafile-client USE_GNOME= glib20 -USE_QT5= core dbus gui network testlib widgets \ +USE_QT5= core gui network widgets \ qmake_build buildtools_build linguisttools_build -INSTALLS_ICONS= yes +#INSTALLS_ICONS= yes CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \ -DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \ -DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto" |