1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Jeremy Messenger 2006-11-10 18:58:06 +00:00
parent 022206f2d4
commit c69bc484ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177013

View File

@ -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