diff options
author | kwm <kwm@FreeBSD.org> | 2018-09-30 19:58:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2018-09-30 19:58:29 +0800 |
commit | 1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /sysutils/catfish | |
parent | b640e6d0ba34a529816c17d494eb8ca09ca720fd (diff) | |
download | freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.tar.gz freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.tar.zst freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.zip |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Diffstat (limited to 'sysutils/catfish')
-rw-r--r-- | sysutils/catfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile index ab1d3f931fab..07dc45a08083 100644 --- a/sysutils/catfish/Makefile +++ b/sysutils/catfish/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= \ gksu:sysutils/gksu BUILD_DEPENDS= ${RUN_DEPENDS} -USES= desktop-file-utils python:2.7 tar:bz2 +USES= desktop-file-utils gettext-tools gnome python:2.7 tar:bz2 +NO_ARCH= yes USE_PYTHON= distutils USE_GNOME= gtk30 intltool pygobject3 |