diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-24 14:02:58 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-24 14:02:58 +0000 |
commit | 154b215596d6ba50b948ec03b8bbec6a526e9245 (patch) | |
tree | c198925943800ca354fe77646939046ed8f1c06d /x11 | |
parent | cd752a60f4aa41f32601f47ba9d82ac9c0d6c8c9 (diff) | |
download | pkgsrc-154b215596d6ba50b948ec03b8bbec6a526e9245.tar.gz |
Move comment explaining that swing must be downloaded manually and is thus
disabled by default onto the same line with the swing SUBDIR+=, so that
lintpkgsrc doesn't complain. Fixes:
ERROR: x11/swing is disabled without a reason being listed in x11/Makefile
Please add a comment to x11/Makefile indicating why x11/swing is disabled
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1c4fba61c1e..9405e793c3c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2000/08/04 03:58:10 jlam Exp $ +# $NetBSD: Makefile,v 1.171 2000/08/24 14:02:58 jwise Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -83,8 +83,7 @@ SUBDIR += scwm SUBDIR += speyes SUBDIR += sunclock -# swing requires a manual download due to licensing restrictions -# SUBDIR += swing +# SUBDIR += swing # requires a manual download due to licensing restrictions SUBDIR += swisswatch SUBDIR += titrax SUBDIR += tix |