diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-29 04:17:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-29 04:17:49 +0800 |
commit | d267cb70daf837dbafcbc90179249a6f189f3b09 (patch) | |
tree | 3c093e5e9f44dbd7329704a7501108506fd0251d /x11-clocks/asclock | |
parent | 84c238f9ae2f21d152b8a71d906c56f6806bd924 (diff) | |
download | freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.tar.gz freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.tar.zst freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.zip |
- revert r331810
Diffstat (limited to 'x11-clocks/asclock')
-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}; \ |