diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-08-04 00:19:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-08-04 00:19:17 +0800 |
commit | 9c1e7267cea58f2aa94da6b81606b344f6423b20 (patch) | |
tree | 2227ccf631378092f64d7a27a609f9b8c88dc788 /x11-clocks | |
parent | 52cb44fba0486562301488aa6ef8ff6e7494821c (diff) | |
download | freebsd-ports-graphics-9c1e7267cea58f2aa94da6b81606b344f6423b20.tar.gz freebsd-ports-graphics-9c1e7267cea58f2aa94da6b81606b344f6423b20.tar.zst freebsd-ports-graphics-9c1e7267cea58f2aa94da6b81606b344f6423b20.zip |
- fix order in USES
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index 9de34299fbe..44bc9b6cb30 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -14,7 +14,7 @@ COMMENT= Afterstep clock with some language extensions CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* -USES= imake tar:tgz +USES= tar:tgz imake USE_XORG= xpm xext x11 PLIST_FILES= bin/asclock man/man1/asclock.1.gz |