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 /x11/silo | |
parent | 0c1a5b3a5f4ad9f19eb7e591592e6411762f4935 (diff) | |
download | freebsd-ports-graphics-484a066694999997d9cde2c29bf4e46e543cdc16.tar.gz freebsd-ports-graphics-484a066694999997d9cde2c29bf4e46e543cdc16.tar.zst freebsd-ports-graphics-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/silo')
-rw-r--r-- | x11/silo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/silo/Makefile b/x11/silo/Makefile index 0038f31580a..5233752b37e 100644 --- a/x11/silo/Makefile +++ b/x11/silo/Makefile @@ -7,7 +7,7 @@ PORTNAME= silo PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://doublef.nm.ru/silo/sources/ @@ -15,9 +15,7 @@ MAINTAINER= doublef@tele-kom.ru COMMENT= A simple X11 launcher extensible in any programming language USE_BZIP2= yes -USE_XLIB= yes -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= xpm x11 pre-everything:: .if defined(WITHOUT_IMLIB) |