mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
*: Fix USE_GNOME usage
USE_GNOME no longer implies USES=gnome. USE_GNOME will not have any effect unless you add USES=gnome yourself. Reported by: portscan
This commit is contained in:
@@ -15,7 +15,7 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \
|
||||
libgee-0.8.so:devel/libgee
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man
|
||||
|
||||
USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang
|
||||
USES= gmake gnome ncurses perl5 pkgconfig compiler:c++11-lang
|
||||
USE_PERL5= build
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
@@ -310,7 +310,7 @@ SRCACHE_VARS= DSO_EXTMODS+=srcache
|
||||
|
||||
VOD_GH_TUPLE= kaltura:nginx-vod-module:1.27:vod
|
||||
VOD_USE= GNOME=libxml2
|
||||
VOD_USES= iconv
|
||||
VOD_USES= gnome iconv
|
||||
VOD_VARS= DSO_EXTMODS+=vod
|
||||
VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user