diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /www/links | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'www/links')
-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 |