diff options
-rw-r--r-- | graphics/cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index d82845895222..ebcdb0b033b1 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -52,7 +52,7 @@ PLIST_SUB+= X11="@comment " .if ${PORT_OPTIONS:MOPENGL} USE_GL= gl -USE_XORG+= glproto:both +USE_XORG+= glproto:both dri2proto:both CONFIGURE_ARGS+= --enable-gl PLIST_SUB+= GL="" .else |