diff options
author | linimon <linimon@FreeBSD.org> | 2007-06-29 17:16:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-06-29 17:16:42 +0800 |
commit | 9d78065b934ec3ec7e86d81fa0215bfc76ffca26 (patch) | |
tree | e2a74ca04b3d947fabd0073a7bf9788e8b290a74 /misc/zaptel | |
parent | 233fa55460edc8d4c06c7a6c5fc6ba62dfdf0d87 (diff) | |
download | freebsd-ports-graphics-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.tar.gz freebsd-ports-graphics-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.tar.zst freebsd-ports-graphics-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.zip |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
Diffstat (limited to 'misc/zaptel')
-rw-r--r-- | misc/zaptel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index c022c0f98f0..89be1a4e4f9 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -7,7 +7,7 @@ PORTNAME= zaptel PORTVERSION= 1.4.1 -CATEGORIES= misc +CATEGORIES= misc kld MASTER_SITES= http://www.pbxpress.com/~gonzo/ DISTNAME= ${PORTNAME}-bsd-${PORTVERSION} @@ -26,10 +26,6 @@ USE_RC_SUBR= zaptel .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD \< 5.x -.endif - pre-everything:: @if [ ! -f /usr/src/sys/Makefile ]; then \ ${ECHO_MSG} ">> The zaptel port needs FreeBSD kernel source code to compile."; \ |