diff options
author | truckman <truckman@FreeBSD.org> | 2018-11-25 08:24:35 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2018-11-25 08:24:35 +0800 |
commit | 9e40ab87c4d848aaa46049bf55431338cb3f9680 (patch) | |
tree | 1d5e1a8ed5046ce728f1462bac67cde2cffa84d0 /editors/openoffice-devel/Makefile | |
parent | 7e7853e2c1f632da2e3203faada9be86b457174c (diff) | |
download | freebsd-ports-gnome-9e40ab87c4d848aaa46049bf55431338cb3f9680.tar.gz freebsd-ports-gnome-9e40ab87c4d848aaa46049bf55431338cb3f9680.tar.zst freebsd-ports-gnome-9e40ab87c4d848aaa46049bf55431338cb3f9680.zip |
Silence warnings from the ports framework by adding gl and gnome to USES.
Diffstat (limited to 'editors/openoffice-devel/Makefile')
-rw-r--r-- | editors/openoffice-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 0eaa14905b84..a1bb8fd0f23b 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -98,10 +98,9 @@ RUN_DEPENDS= \ ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:x11-fonts/croscorefonts-fonts-ttf -USES= autoreconf bison compiler:c++11-lib cpe \ - desktop-file-utils \ - gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \ - shared-mime-info ssl tar:${TARTYPE} +USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \ + gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \ + python:2.7 shared-mime-info ssl tar:${TARTYPE} USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 USE_JAVA= yes |