diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /x11-clocks | |
parent | 8d959e6cc33f5fcda3595282f382e63acfe0072e (diff) | |
download | ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.tar.gz ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/dclock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile index 768c8dba9df5..8c3584aff546 100644 --- a/x11-clocks/dclock/Makefile +++ b/x11-clocks/dclock/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Aug 1996 # Whom: David Leonard <leonard@dstc.edu.au> # -# $Id: Makefile,v 1.5 1998/08/23 07:34:47 hoek Exp $ +# $Id: Makefile,v 1.6 1998/09/22 22:32:06 asami Exp $ # DISTNAME= dclock @@ -14,6 +14,7 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= ports@FreeBSD.ORG +USE_XLIB= yes MAN1= dclock.1 MANCOMPRESSED= yes |