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 /graphics/xglurbules | |
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 'graphics/xglurbules')
-rw-r--r-- | graphics/xglurbules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index d77d19923c60..55854ec5880b 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -7,6 +7,7 @@ PORTNAME= xglurbules PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://stephenroome.com/xglurbules/ @@ -15,8 +16,7 @@ COMMENT= Burning particle system eye candy program thingy for X11 MAN1= xglurbules.1 -USE_XLIB= yes -USE_X_PREFIX= yes +USE_XORG= xt x11 sm ice xpm MANCOMPRESSED= yes |