aboutsummaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 16:44:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 16:44:09 +0000
commit5afc678aac11dcb929706121d1fec2707a1e8e54 (patch)
tree89d39d526223ba8929324fc0ca33a08f06f5f7ae /www/links
parentdd9602c2a3e0aa86e76d2db30cf6349888702517 (diff)
downloadports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz
ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209636
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile2
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