diff options
Diffstat (limited to 'graphics/grx/Makefile')
-rw-r--r-- | graphics/grx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index e469fa0db978..2c549074791a 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -17,8 +17,8 @@ COMMENT= A 2D graphics library USE_GCC= 3.4 USE_GMAKE= yes +USE_XORG= x11 USE_LDCONFIG= yes -USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \ --with-x11-base=${X11BASE} |