diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /x11-clocks | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff) | |
download | ports-cda30a295fd474159658e5a43f99f4441d06682f.tar.gz ports-cda30a295fd474159658e5a43f99f4441d06682f.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=209811
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/gtubeclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/gtubeclock/Makefile b/x11-clocks/gtubeclock/Makefile index addfc48e34d4..09dbf974bad3 100644 --- a/x11-clocks/gtubeclock/Makefile +++ b/x11-clocks/gtubeclock/Makefile @@ -7,14 +7,14 @@ PORTNAME= gtubeclock PORTVERSION= 0.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-clocks MASTER_SITES= http://www.bonnyswan.com/gtubeclock/downloads/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A nixie tube clock for GNOME -USE_X_PREFIX= yes +USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui |