diff options
author | hubertf <hubertf> | 2000-07-31 01:56:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-07-31 01:56:43 +0000 |
commit | 43697cfa3d52f5dd7f83a6298ac00cc4414ff153 (patch) | |
tree | 2722fd5f76b64d8d3381107639012214c8a7ab42 /print | |
parent | c981c2d899c9dae34086c341835e5adcab10135f (diff) | |
download | pkgsrc-43697cfa3d52f5dd7f83a6298ac00cc4414ff153.tar.gz |
Enable a bunch of packages in category/Makefile that
* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/Makefile b/print/Makefile index c902acb6cae..1dabdc1107a 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2000/06/26 02:29:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.38 2000/07/31 01:56:45 hubertf Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -12,8 +12,6 @@ SUBDIR += ghostscript SUBDIR += ghostscript-fonts SUBDIR += ghostscript-nox11 -# SUBDIR += ghostscript5 -# SUBDIR += ghostscript5-x11 SUBDIR += gnome-print SUBDIR += gv SUBDIR += html2ps |