diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-28 14:20:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-28 14:20:43 +0800 |
commit | c962867f611b5b1783bdf61b7406ba9f624811c2 (patch) | |
tree | ccdc2eee3d7395b1c337b1d108a05fc5612a8f32 /x11-clocks | |
parent | 4a93a76e3dbabed5a2297fda616fb9d6c820ede9 (diff) | |
download | freebsd-ports-gnome-c962867f611b5b1783bdf61b7406ba9f624811c2.tar.gz freebsd-ports-gnome-c962867f611b5b1783bdf61b7406ba9f624811c2.tar.zst freebsd-ports-gnome-c962867f611b5b1783bdf61b7406ba9f624811c2.zip |
- use STAGEDIR
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 |