diff options
author | rillig <rillig> | 2006-01-12 21:28:19 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-01-12 21:28:19 +0000 |
commit | 48279361a6c8de2129fbf262d9e9a291e15015a8 (patch) | |
tree | 9834a348c844fb94233371192300d71997da7c47 /meta-pkgs | |
parent | d87d9abf72c52856d331ccd9628665c0920a7bef (diff) | |
download | pkgsrc-48279361a6c8de2129fbf262d9e9a291e15015a8.tar.gz |
Since ruby-gnome2 has no Makefile, it is not a real package and
therefore should not be included to SUBDIR. (Thanks to Dieter Roelants
for noting it.)
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index d435f48fd13..34cff005edb 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/01/12 13:56:24 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2006/01/12 21:28:19 rillig Exp $ # COMMENT= Collections of other packages @@ -20,7 +20,7 @@ SUBDIR+= netbsd-www SUBDIR+= php4-extensions SUBDIR+= php5-extensions SUBDIR+= pkgsrc-guide-tools -SUBDIR+= ruby-gnome2 +#SUBDIR+= ruby-gnome2 # Just helper files SUBDIR+= suse9 SUBDIR+= web-server SUBDIR+= windowmaker-desktop |