summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:27:56 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:27:56 +0000
commit6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch)
tree51bf65c06dc12d4a0ba505d1d3e664efdd221144 /astro
parentUse HTTPS as possible (diff)
a-b: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517040
Diffstat (limited to 'astro')
-rw-r--r--astro/foxtrotgps/Makefile2
-rw-r--r--astro/gkrellmoon2/Makefile2
-rw-r--r--astro/gpscorrelate/Makefile2
-rw-r--r--astro/gpsd/Makefile1
-rw-r--r--astro/merkaartor/Makefile2
-rw-r--r--astro/nightfall/Makefile3
-rw-r--r--astro/roadmap/Makefile2
7 files changed, 8 insertions, 6 deletions
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile
index c9a15083958d..d6821cfe1e4c 100644
--- a/astro/foxtrotgps/Makefile
+++ b/astro/foxtrotgps/Makefile
@@ -24,7 +24,7 @@ INFO= foxtrotgps
GNU_CONFIGURE= yes
CONFIGURE_ENV= DATADIRNAME=share
CONFIGURE_ARGS= --disable-schemas-install
-USES= compiler:c++11-lang gettext gmake pkgconfig python \
+USES= compiler:c++11-lang gettext gmake gnome pkgconfig python \
shebangfix sqlite:3
SHEBANG_FILES= contrib/convert2gpx \
contrib/convert2osm \
diff --git a/astro/gkrellmoon2/Makefile b/astro/gkrellmoon2/Makefile
index 452bd4788665..b0f29930108e 100644
--- a/astro/gkrellmoon2/Makefile
+++ b/astro/gkrellmoon2/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= gkrellm:sysutils/gkrellm2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= pkgconfig
+USES= gnome pkgconfig
USE_GNOME= gtk20
ALL_TARGET= gkrellmoon.so
diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile
index 82dea54c91c9..1b63d9c3a6e9 100644
--- a/astro/gpscorrelate/Makefile
+++ b/astro/gpscorrelate/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libgtkmm-2.4.so:x11-toolkits/gtkmm24
-USES= compiler:c++11-lang gmake pkgconfig
+USES= compiler:c++11-lang gmake gnome pkgconfig
USE_GNOME= libxml2
USE_GITHUB= yes
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index 3ba42d441ed9..d3d566c371f7 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -136,6 +136,7 @@ CPPBIND_MAKE_ARGS_OFF= libgpsmm=no
X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
#X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
+X11_USES= gnome
X11_USE= GNOME=gtk30
# Build control
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 8a1123928607..6fdbc99629b9 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
libproj.so:graphics/proj \
libquazip5.so:archivers/quazip
-USES= compiler:c++11-lang pkgconfig qmake qt:5 sqlite:3
+USES= compiler:c++11-lang gnome pkgconfig qmake qt:5 sqlite:3
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
USE_LDCONFIG= yes
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index cf4f38c78636..ea92a7825c8f 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.la-samhna.de/nightfall/
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive binary star application
-USES= compiler gettext gmake pathfix perl5 pkgconfig
+USES= compiler gettext gmake gnome pathfix perl5 pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -29,6 +29,7 @@ GNOME_VARS= INSTALLS_OMF=yes
OPENGL_CONFIGURE_ON= --with-lib-GL
OPENGL_CONFIGURE_OFF= --disable-opengl
OPENGL_LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2
+OPENGL_USES= gl
OPENGL_USE= GL=glut
PGPLOT_DESC= PGPLOT support
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile
index ec94503a9314..bbee012788e0 100644
--- a/astro/roadmap/Makefile
+++ b/astro/roadmap/Makefile
@@ -22,7 +22,7 @@ INSTALL_WRKSRC= ${WRKSRC}/src
MAKE_JOBS_UNSAFE= yes
-USES= gmake pkgconfig
+USES= gmake gnome pkgconfig
USE_GNOME= gtk20
MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}"