diff options
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 1ef8f162a182..ddc843e098f5 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -46,7 +46,7 @@ OPTIONS_MESG= "non-X11 graphics support disabled, " LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ARGS+= --enable-graphics --with-x OPTIONS_MESG+= "X11 graphics support enabled." .else |