diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-11 02:58:06 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-11 02:58:06 +0800 |
commit | 83dfe53708c8f59a2fae2bd8babd51dfbfedefcb (patch) | |
tree | c5c707e51e16a850e9eb21fb160007338b0218e1 /multimedia/libxine | |
parent | aa740d0ea90c322a1e1739cef2f13b0265be314b (diff) | |
download | freebsd-ports-gnome-83dfe53708c8f59a2fae2bd8babd51dfbfedefcb.tar.gz freebsd-ports-gnome-83dfe53708c8f59a2fae2bd8babd51dfbfedefcb.tar.zst freebsd-ports-gnome-83dfe53708c8f59a2fae2bd8babd51dfbfedefcb.zip |
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.
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 1ac3d02b184e..92392737b8cf 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 |