diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 07:55:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 07:55:13 +0800 |
commit | 484a066694999997d9cde2c29bf4e46e543cdc16 (patch) | |
tree | 565e156dc159740addec90a7b46525c8b4c28184 /misc/grun | |
parent | 0c1a5b3a5f4ad9f19eb7e591592e6411762f4935 (diff) | |
download | freebsd-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 'misc/grun')
-rw-r--r-- | misc/grun/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/grun/Makefile b/misc/grun/Makefile index ce629976b4b6..0f3585e764b9 100644 --- a/misc/grun/Makefile +++ b/misc/grun/Makefile @@ -7,14 +7,13 @@ PORTNAME= grun PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ MAINTAINER= domi@saargate.de COMMENT= Gtk-launcher similar to the Windows(tm) "Run..." dialog -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-testfile |