From 9d78065b934ec3ec7e86d81fa0215bfc76ffca26 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 29 Jun 2007 09:16:42 +0000 Subject: Populate the 'kld' virtual category, for ports that install Kernel Loadable modules. Hat: portmgr --- misc/zaptel/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'misc/zaptel') 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 -.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."; \ -- cgit