aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gmessage/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-22 07:55:13 +0800
committermiwi <miwi@FreeBSD.org>2008-03-22 07:55:13 +0800
commit484a066694999997d9cde2c29bf4e46e543cdc16 (patch)
tree565e156dc159740addec90a7b46525c8b4c28184 /x11/gmessage/Makefile
parent0c1a5b3a5f4ad9f19eb7e591592e6411762f4935 (diff)
downloadfreebsd-ports-gnome-484a066694999997d9cde2c29bf4e46e543cdc16.tar.gz
freebsd-ports-gnome-484a066694999997d9cde2c29bf4e46e543cdc16.tar.zst
freebsd-ports-gnome-484a066694999997d9cde2c29bf4e46e543cdc16.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/gmessage/Makefile')
-rw-r--r--x11/gmessage/Makefile3
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>