diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /x11/gmessage | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) | |
download | ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.tar.gz ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.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=209563
Diffstat (limited to 'x11/gmessage')
-rw-r--r-- | x11/gmessage/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gmessage/Makefile b/x11/gmessage/Makefile index f77b76399910..8f7c094437a7 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> |