From 83dfe53708c8f59a2fae2bd8babd51dfbfedefcb Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 10 Nov 2006 18:58:06 +0000 Subject: Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE). PR: ports/104480 Submitted by: Raaf Approved by: FreeBSD GNOME Team introduced the breakage, we fix it. --- multimedia/libxine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia') diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 1ac3d02b184..92392737b8c 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -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 -- cgit