diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-24 21:02:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-24 21:02:07 +0800 |
commit | aa81c3a7ccd125577d34dd5e712e0273b5e58afb (patch) | |
tree | a8cc909ed4539279306b67d80424419649d2135b | |
parent | f3f7c1fe55f67a969bb84295af190f0c0b60afaa (diff) | |
download | marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.tar marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.tar.gz marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.tar.bz2 marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.tar.lz marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.tar.xz marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.tar.zst marcuscom-ports-aa81c3a7ccd125577d34dd5e712e0273b5e58afb.zip |
- Move WITHOUT_X11 inside of WITHOUT_GLITZ since glitz depends on X11...
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4116 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/cairo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 772a75944..20b4dbc0a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -33,16 +33,13 @@ 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 " -.else -USE_XLIB= yes -PLIST_SUB+= X11="" +.endif .endif post-patch: |