aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-24 00:44:09 +0800
committermiwi <miwi@FreeBSD.org>2008-03-24 00:44:09 +0800
commite7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch)
tree83b98a8e9d6b20e333967850c6ae011cc66dd5bc /www
parent652b5f2ab695eee5d807552834f0b56e9bc4449d (diff)
downloadfreebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz
freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst
freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'www')
-rw-r--r--www/dummyflash/Makefile4
-rw-r--r--www/links/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/dummyflash/Makefile b/www/dummyflash/Makefile
index d255ff30bc5..dd6254be768 100644
--- a/www/dummyflash/Makefile
+++ b/www/dummyflash/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dummyflash
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= ftp://ftp.netscape.com/pub/sdk/plugin/unix/
DISTNAME= unix-sdk-3.0b5
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= darius@dons.net.au
COMMENT= Silently consume flash MIME types
-USE_XLIB= yes
+USE_XORG= x11
BUILD_WRKSRC= ${WRKSRC}/PluginSDK30b5/examples/UnixTemplate/Unix
NO_WRKSUBDIR= yes
MAKEFILE= makefile.freebsd
diff --git a/www/links/Makefile b/www/links/Makefile
index 1ef8f162a18..ddc843e098f 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