diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-03-03 12:25:53 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-03-03 12:25:53 +0000 |
commit | 7a1b2a3746a7ea9955792617d6fa824574d6237e (patch) | |
tree | 091274e09829cc60d939b5677eca33895c5db64c /misc/zaptel | |
parent | acaf67db7a2588dd0ecb597b16043124e7372910 (diff) | |
download | ports-7a1b2a3746a7ea9955792617d6fa824574d6237e.tar.gz ports-7a1b2a3746a7ea9955792617d6fa824574d6237e.zip |
- This port conflicts with the upcoming dahdi port.
- Pet portlint (space -> tab).
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250532
Diffstat (limited to 'misc/zaptel')
-rw-r--r-- | misc/zaptel/Makefile | 3 |
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> |