diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 18:04:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 18:04:30 +0000 |
commit | f2fceed5b61fd6eb37e2700319f91268ebd8f127 (patch) | |
tree | 4d95d7b487dc81b0948e83c54ce5e2980331ffa2 /graphics/ruby-gd/Makefile | |
parent | 600f4cfc42f12d207df4c9749c4c24fc5115d960 (diff) | |
download | ports-f2fceed5b61fd6eb37e2700319f91268ebd8f127.tar.gz ports-f2fceed5b61fd6eb37e2700319f91268ebd8f127.zip |
Notes
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-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 |