aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zaptel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-06-29 17:16:42 +0800
committerlinimon <linimon@FreeBSD.org>2007-06-29 17:16:42 +0800
commit9d78065b934ec3ec7e86d81fa0215bfc76ffca26 (patch)
treee2a74ca04b3d947fabd0073a7bf9788e8b290a74 /misc/zaptel
parent233fa55460edc8d4c06c7a6c5fc6ba62dfdf0d87 (diff)
downloadfreebsd-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/Makefile6
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."; \