diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /graphics | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | FreeBSD-ports-dd70e028701d877ba20b006edcedc6df5c408d09.zip FreeBSD-ports-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libggi/Makefile | 2 | ||||
-rw-r--r-- | graphics/megapov/Makefile | 3 | ||||
-rw-r--r-- | graphics/povray/Makefile | 3 | ||||
-rw-r--r-- | graphics/povray36/Makefile | 3 | ||||
-rw-r--r-- | graphics/povray37/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-gd/Makefile | 2 |
6 files changed, 6 insertions, 10 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 3e26a03..43f2cc5 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --enable-kgi --with-extra-includes=/usr/include/dev .endif .if !defined(WITHOUT_X11) -USE_XORG= x11 xxf86dga +USE_XORG= x11 xxf86dga ice sm xau xsxt xext PLIST_SUB+= WITH_X="" .else CONFIGURE_ARGS+= --disable-x --disable-dga diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index a7128d6..7f7f28f 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -7,7 +7,7 @@ PORTNAME= megapov PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://megapov.inetart.net/packages/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -22,7 +22,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= # empty diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 667c22a..386f59d 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -7,7 +7,7 @@ PORTNAME= povray PORTVERSION= 3.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ @@ -26,7 +26,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 667c22a..386f59d 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -7,7 +7,7 @@ PORTNAME= povray PORTVERSION= 3.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ @@ -26,7 +26,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 667c22a..386f59d 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -7,7 +7,7 @@ PORTNAME= povray PORTVERSION= 3.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ @@ -26,7 +26,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index a911326..935af4b 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -18,7 +18,7 @@ COMMENT= Python interface to the GD library LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd .if !defined(WITHOUT_X11) -USE_XPM= yes +USE_XORG= xpm .endif USE_PYTHON= yes USE_PYDISTUTILS= yes |