diff options
author | tron <tron@pkgsrc.org> | 1998-03-12 10:12:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-12 10:12:10 +0000 |
commit | 93a6a5e0df60e3fcbf00b83dc5f8f74604385464 (patch) | |
tree | 81c01c150776141c5a05a7d4ef8bb8165ed08d78 /x11/ctwm | |
parent | 68016c2d6f906f56146f566a39a0b26a004c8b70 (diff) | |
download | pkgsrc-93a6a5e0df60e3fcbf00b83dc5f8f74604385464.tar.gz |
Add missing "CAT1" assignment.
Diffstat (limited to 'x11/ctwm')
-rw-r--r-- | x11/ctwm/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11/ctwm/Makefile b/x11/ctwm/Makefile index 47d3143d123..da882ae26fa 100644 --- a/x11/ctwm/Makefile +++ b/x11/ctwm/Makefile @@ -3,17 +3,19 @@ # Date created: 29th January 1998 # Whom: tron # -# $NetBSD: Makefile,v 1.6 1998/01/30 13:57:48 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/12 10:12:10 tron Exp $ # -DISTNAME= ctwm-3.5 -CATEGORIES= x11 -MASTER_SITES= ftp://slhp1.epfl.ch/pub/ +DISTNAME= ctwm-3.5 +CATEGORIES= x11 +MASTER_SITES= ftp://slhp1.epfl.ch/pub/ -MAINTAINER= tron@netbsd.org +MAINTAINER= tron@netbsd.org -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm -USE_IMAKE= yes +USE_IMAKE= yes + +CAT1= ctwm.0 .include <bsd.port.mk> |