diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-31 01:56:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-31 01:56:43 +0000 |
commit | a5cecc5ef01cda2336193b007626a15cc473d13a (patch) | |
tree | 2722fd5f76b64d8d3381107639012214c8a7ab42 /print | |
parent | 3838b988c24228ff18d43bf04c495a2c6c2b9494 (diff) | |
download | pkgsrc-a5cecc5ef01cda2336193b007626a15cc473d13a.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 |