diff options
author | hubertf <hubertf> | 2000-07-31 01:56:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-07-31 01:56:43 +0000 |
commit | a8ebd8cfe9061aaa25950cc5d20facf085c7e157 (patch) | |
tree | 2722fd5f76b64d8d3381107639012214c8a7ab42 /graphics/Makefile | |
parent | 98b977a88c2ca529a7ecd583bfda0c383d2b9580 (diff) | |
download | pkgsrc-a8ebd8cfe9061aaa25950cc5d20facf085c7e157.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 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0328328568b..53257b86785 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2000/07/18 07:53:02 itohy Exp $ +# $NetBSD: Makefile,v 1.85 2000/07/31 01:56:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -30,8 +30,8 @@ SUBDIR += giflib SUBDIR += giftrans SUBDIR += gimp -# SUBDIR += gimp-current # Not built by default -# SUBDIR += gimp-helpbrowser # Not built by default + SUBDIR += gimp-current + SUBDIR += gimp-helpbrowser SUBDIR += giram SUBDIR += gnuplot SUBDIR += gphoto |