summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-03-03 12:25:53 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-03-03 12:25:53 +0000
commit7a1b2a3746a7ea9955792617d6fa824574d6237e (patch)
tree091274e09829cc60d939b5677eca33895c5db64c
parentUpdate to 1.2.30 (diff)
- This port conflicts with the upcoming dahdi port.
- Pet portlint (space -> tab). Feature safe: yes
Notes
Notes: svn path=/head/; revision=250532
-rw-r--r--misc/zaptel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile
index d0628cf1ab41..4a862789af8b 100644
--- a/misc/zaptel/Makefile
+++ b/misc/zaptel/Makefile
@@ -21,12 +21,13 @@ LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt
NO_PACKAGE= Should be in sync with the kernel to work correctly
ONLY_FOR_ARCHS= i386 amd64
+CONFLICTS= dahdi-[0-9]*
MAKE_ENV= KMODDIR=${PREFIX}/lib/zaptel
SUB_FILES= pkg-message
USE_RC_SUBR= zaptel
-WRKSRC= ${WRKDIR}/${PORTNAME}-bsd-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-bsd-${PORTVERSION}
.include <bsd.port.pre.mk>