diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2007-02-02 20:05:39 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2007-02-02 20:05:39 +0000 |
commit | db52cf2298e6395786365827f15f0b362e3cf520 (patch) | |
tree | 19f2b1efb723fcf3d5f8bb63e8ab437eba85517a | |
parent | - Switch dependencies to modern XFree86/Xorg ports (diff) |
Make it clear why NO_PACKAGE is set.
-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 |