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 | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-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')
-rw-r--r-- | www/dummyflash/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/dummyflash/Makefile b/www/dummyflash/Makefile index d255ff30bc5e..dd6254be7688 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 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 |