mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE).
PR: ports/104480 Submitted by: Raaf <raaf@luna.afraid.org> Approved by: FreeBSD GNOME Team introduced the breakage, we fix it.
This commit is contained in:
parent
022206f2d4
commit
c69bc484ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177013
@ -137,7 +137,7 @@ PLIST_SUB+= WITH_IMAGEMAGICK="@comment "
|
||||
CONFIGURE_ARGS+= --disable-imagemagick
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GTK2) && (exists(${X11BASE}/lib/libgtk-x11-2.0.so.0) || defined (WITH_GTK2))
|
||||
.if !defined(WITHOUT_GTK2) && (${HAVE_GNOME:Mgtk20} != "" || defined(WITH_GTK2))
|
||||
USE_GNOME+= gtk20
|
||||
PLIST_SUB+= WITH_GTK2=""
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user