diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /deskutils | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gdesklets/Makefile | 3 | ||||
-rw-r--r-- | deskutils/multisync/Makefile | 1 | ||||
-rw-r--r-- | deskutils/splashsetter/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xwrits/Makefile | 4 |
4 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile index 7b2b3323e45d..fe42b7931f84 100644 --- a/deskutils/gdesklets/Makefile +++ b/deskutils/gdesklets/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdesklets PORTVERSION= 0.35.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gdesklets.org/downloads/ \ http://www.pycage.de/download/${PORTNAME}/ \ @@ -25,7 +25,6 @@ USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_PYTHON= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack librsvg2 pygnomeextras OPTIONS= GDBM "install py-gdbm instead py-bsddb for config storage" off diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile index a1334ec55cd6..427af39f24fb 100644 --- a/deskutils/multisync/Makefile +++ b/deskutils/multisync/Makefile @@ -21,7 +21,6 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env libtool:15 -USE_X_PREFIX= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" pre-configure: diff --git a/deskutils/splashsetter/Makefile b/deskutils/splashsetter/Makefile index 7fbe61967297..48dbd71089f2 100644 --- a/deskutils/splashsetter/Makefile +++ b/deskutils/splashsetter/Makefile @@ -7,6 +7,7 @@ PORTNAME= splashsetter PORTVERSION= 0.6.5.3 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ @@ -14,7 +15,6 @@ MAINTAINER= klammer@webonaut.com COMMENT= Splash screen changer for GNOME USE_BZIP2= yes -USE_X_PREFIX= yes USE_PYTHON= yes USE_GNOME= pygnome2 gnomeprefix diff --git a/deskutils/xwrits/Makefile b/deskutils/xwrits/Makefile index 0240abe00e71..6abdc5b15095 100644 --- a/deskutils/xwrits/Makefile +++ b/deskutils/xwrits/Makefile @@ -7,7 +7,7 @@ PORTNAME= xwrits PORTVERSION= 2.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://www.lcdf.org/xwrits/ @@ -16,7 +16,7 @@ COMMENT= Reminds you to take wrist breaks GNU_CONFIGURE= yes -USE_X_PREFIX= yes +USE_XORG= x11 xext MAN1= xwrits.1 PLIST_FILES= bin/xwrits |