diff options
author | luigi <luigi@FreeBSD.org> | 2007-02-03 04:05:39 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2007-02-03 04:05:39 +0800 |
commit | 922a9a2f4aeab081570855c02698c1b43984776b (patch) | |
tree | b91c3484916a21c128676f194efad39089196ebf /devel | |
parent | 7f688be9a197122937c3cdf3d84fd7c077b033b9 (diff) | |
download | freebsd-ports-gnome-922a9a2f4aeab081570855c02698c1b43984776b.tar.gz freebsd-ports-gnome-922a9a2f4aeab081570855c02698c1b43984776b.tar.zst freebsd-ports-gnome-922a9a2f4aeab081570855c02698c1b43984776b.zip |
Make it clear why NO_PACKAGE is set.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index 9fb1c93bee96..cb31295cf94b 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -15,7 +15,7 @@ COMMENT= Adaptation layer to build linux drivers on FreeBSD WRKSRC= ${WRKDIR}/linux_compat -NO_PACKAGE= depends on kernel sources +NO_PACKAGE= The author does not want packages for this port. # At the moment, emulation is only partial, but amd64 is coming ONLY_FOR_ARCHS= i386 |