mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00: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:
parent
695bbdaf28
commit
a180b4ade2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user