diff options
author | tron <tron> | 1998-03-12 10:12:10 +0000 |
---|---|---|
committer | tron <tron> | 1998-03-12 10:12:10 +0000 |
commit | e701ec3c8c56a670a1a3e628bc2697f7f3f62e20 (patch) | |
tree | 81c01c150776141c5a05a7d4ef8bb8165ed08d78 | |
parent | dcfa921ff7937f2ba47a03d2e53a24ee5284c96f (diff) | |
download | pkgsrc-e701ec3c8c56a670a1a3e628bc2697f7f3f62e20.tar.gz |
Add missing "CAT1" assignment.
-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> |