diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-28 20:17:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-28 20:17:49 +0000 |
commit | f9a95694ae9c38f6dae2a97fa1726264a3198259 (patch) | |
tree | 3c093e5e9f44dbd7329704a7501108506fd0251d /x11-clocks | |
parent | 3b358afb341029c5af1bf0e8790bbe78efa33099 (diff) | |
download | ports-f9a95694ae9c38f6dae2a97fa1726264a3198259.tar.gz ports-f9a95694ae9c38f6dae2a97fa1726264a3198259.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index 9286ce174077..565a33cb8038 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -15,10 +15,9 @@ COMMENT= Afterstep clock with some language extensions CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* -USES= imake manpages +USES= imake USE_XORG= xpm xext x11 -MAN1= asclock.1 -PLIST_FILES= bin/asclock +PLIST_FILES= bin/asclock man/man1/asclock.1.gz pre-configure: (cd ${WRKSRC}; \ |