diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | 484a066694999997d9cde2c29bf4e46e543cdc16 (patch) | |
tree | 565e156dc159740addec90a7b46525c8b4c28184 /x11 | |
parent | 0c1a5b3a5f4ad9f19eb7e591592e6411762f4935 (diff) | |
download | FreeBSD-ports-484a066694999997d9cde2c29bf4e46e543cdc16.zip FreeBSD-ports-484a066694999997d9cde2c29bf4e46e543cdc16.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 'x11')
-rw-r--r-- | x11/bbrun/Makefile | 1 | ||||
-rw-r--r-- | x11/gmessage/Makefile | 3 | ||||
-rw-r--r-- | x11/mrxvt-devel/Makefile | 4 | ||||
-rw-r--r-- | x11/silo/Makefile | 6 | ||||
-rw-r--r-- | x11/tilda/Makefile | 3 |
5 files changed, 6 insertions, 11 deletions
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index 74ad6db..1e00081 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -16,7 +16,6 @@ COMMENT= A Run box for Blackbox WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun -USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GMAKE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/x11/gmessage/Makefile b/x11/gmessage/Makefile index f77b763..8f7c094 100644 --- a/x11/gmessage/Makefile +++ b/x11/gmessage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmessage PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ @@ -15,7 +15,6 @@ MAINTAINER= domi@saargate.de COMMENT= Gtk+ clone of xmessage. displays a given text in a X11 window PLIST_FILES= bin/gmessage -USE_X_PREFIX= yes USE_GNOME= gtk12 .include <bsd.port.mk> diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile index 4856604..7561e9a 100644 --- a/x11/mrxvt-devel/Makefile +++ b/x11/mrxvt-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= mrxvt-devel PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF MASTER_SITE_SUBDIR= materm @@ -16,8 +17,7 @@ MAINTAINER= lme@FreeBSD.org COMMENT= Development version of mrxvt CONFLICTS= mrxvt-0.4.* - -USE_X_PREFIX= yes +USE_XORG= x11 GNU_CONFIGURE= yes MAN1= mrxvt.1 diff --git a/x11/silo/Makefile b/x11/silo/Makefile index 0038f31..5233752 100644 --- a/x11/silo/Makefile +++ b/x11/silo/Makefile @@ -7,7 +7,7 @@ PORTNAME= silo PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://doublef.nm.ru/silo/sources/ @@ -15,9 +15,7 @@ MAINTAINER= doublef@tele-kom.ru COMMENT= A simple X11 launcher extensible in any programming language USE_BZIP2= yes -USE_XLIB= yes -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= xpm x11 pre-everything:: .if defined(WITHOUT_IMLIB) diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 4b81e8c..8edf9e1 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -7,7 +7,7 @@ PORTNAME= tilda PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,6 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse GNU_CONFIGURE= yes USE_GNOME= gtk20 vte USE_GCC= 3.4+ -USE_XLIB= yes DOCS= AUTHORS ChangeLog README TODO |