diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-24 21:05:34 +0800 |
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-24 21:05:34 +0800 |
| commit | fcd17a9d2eebae2900d308d70e62e05bbcaac2bc (patch) | |
| tree | 263cf5426d17d7fa4465db90b0910ed794985589 /graphics/cairo | |
| parent | aa81c3a7ccd125577d34dd5e712e0273b5e58afb (diff) | |
| download | marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.tar marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.tar.gz marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.tar.bz2 marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.tar.lz marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.tar.xz marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.tar.zst marcuscom-ports-fcd17a9d2eebae2900d308d70e62e05bbcaac2bc.zip | |
- 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
Diffstat (limited to 'graphics/cairo')
| -rw-r--r-- | graphics/cairo/Makefile | 7 |
1 files 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: |
