From fcd17a9d2eebae2900d308d70e62e05bbcaac2bc Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 24 Jun 2005 13:05:34 +0000 Subject: - Back out of last commit, this won't work in every situation like I was thinking.. I need sleep. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4117 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairo/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 20b4dbc0a..772a75944 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -33,13 +33,16 @@ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" On .if !defined(WITHOUT_GLITZ) LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz PLIST_SUB+= GLITZ="" -PLIST_SUB+= X11="" .else PLIST_SUB+= GLITZ="@comment " +.endif + .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--disable-xlib PLIST_SUB+= X11="@comment " -.endif +.else +USE_XLIB= yes +PLIST_SUB+= X11="" .endif post-patch: -- cgit v1.2.3