diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-28 06:20:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-28 06:20:43 +0000 |
commit | e06385ddf3b851ab1932b4d43443c83caf9d355a (patch) | |
tree | ccdc2eee3d7395b1c337b1d108a05fc5612a8f32 /x11-clocks | |
parent | 64ab438ca54edd8a87b365c85ef55c288fe0eefe (diff) | |
download | ports-e06385ddf3b851ab1932b4d43443c83caf9d355a.tar.gz ports-e06385ddf3b851ab1932b4d43443c83caf9d355a.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index c47d3c3e08f5..9286ce174077 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -14,11 +14,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Afterstep clock with some language extensions CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* -NO_STAGE= yes -# clang's cpp destroys whitespace, particularly hard tabs in makefiles, -# which is fatal for imake. -USES= imake +USES= imake manpages USE_XORG= xpm xext x11 MAN1= asclock.1 PLIST_FILES= bin/asclock |