diff options
author | tobik <tobik@FreeBSD.org> | 2019-11-14 20:39:42 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-11-14 20:39:42 +0800 |
commit | 867826c04a8ed01bac8f9c94732e22a9cf46d91b (patch) | |
tree | 7cefef4036a143c0a890c264dd040a774616688a /net | |
parent | b8dba09a768a0337fc6087e6893c89389c3e2510 (diff) | |
download | freebsd-ports-gnome-867826c04a8ed01bac8f9c94732e22a9cf46d91b.tar.gz freebsd-ports-gnome-867826c04a8ed01bac8f9c94732e22a9cf46d91b.tar.zst freebsd-ports-gnome-867826c04a8ed01bac8f9c94732e22a9cf46d91b.zip |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Diffstat (limited to 'net')
-rw-r--r-- | net/pjsip/Makefile | 1 | ||||
-rw-r--r-- | net/samba410/Makefile | 2 | ||||
-rw-r--r-- | net/samba48/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index 2ee33788a442..9f0bd290dc67 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -77,6 +77,7 @@ RESAMPLEDLL_CONFIGURE_ENABLE= resample-dll SAMPLERATE_CONFIGURE_ENABLE= libsamplerate SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SDL_CONFIGURE_ENABLE= sdl +SDL_USES= sdl SDL_USE= SDL=sdl SHARED_CONFIGURE_ENABLE= shared SOUND_CONFIGURE_ENABLE= sound diff --git a/net/samba410/Makefile b/net/samba410/Makefile index 0032b29aea9b..65faf8e5c8de 100644 --- a/net/samba410/Makefile +++ b/net/samba410/Makefile @@ -345,7 +345,7 @@ QUOTAS_CONFIGURE_WITH= quotas SPOTLIGHT_CONFIGURE_ENABLE= spotlight SPOTLIGHT_BUILD_DEPENDS= tracker>=1.4.1:sysutils/tracker SPOTLIGHT_RUN_DEPENDS= tracker>=1.4.1:sysutils/tracker -SPOTLIGHT_USES= bison +SPOTLIGHT_USES= bison gnome SPOTLIGHT_USE= gnome=glib20 SYSLOG_CONFIGURE_WITH= syslog diff --git a/net/samba48/Makefile b/net/samba48/Makefile index 00e953cf392b..4e30bc5d2d4d 100644 --- a/net/samba48/Makefile +++ b/net/samba48/Makefile @@ -330,7 +330,7 @@ QUOTAS_CONFIGURE_WITH= quotas SPOTLIGHT_CONFIGURE_ENABLE= spotlight SPOTLIGHT_BUILD_DEPENDS= tracker>=1.4.1:sysutils/tracker SPOTLIGHT_RUN_DEPENDS= tracker>=1.4.1:sysutils/tracker -SPOTLIGHT_USES= bison +SPOTLIGHT_USES= bison gnome SPOTLIGHT_USE= gnome=glib20 SYSLOG_CONFIGURE_WITH= syslog |