diff options
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r-- | graphics/ruby-gd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 4bb8a78eb10d..682cab9434b4 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -44,8 +44,7 @@ WITH_X11_CHECK= # empty .endif .if !empty(WITH_X11_CHECK) -USE_XLIB= yes -USE_XPM= yes +USE_XORG= xpm x11 PKGNAMESUFFIX_XPM= +xpm CONFIGURE_ARGS+= --with-X11-dir="${X11BASE}" --with-xpm .endif |