diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-07 17:18:36 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-07 17:18:36 +0000 |
commit | e75bcadbbd4eecbef9a2dda958fcab64083dfba1 (patch) | |
tree | eb700a043a6769dd9f6b90205ff78b817278cc82 /misc/dahdi/Makefile | |
parent | e09fd4e94daad8fd2c8aa0701a3ce633c821cc96 (diff) |
Notes
Diffstat (limited to 'misc/dahdi/Makefile')
-rw-r--r-- | misc/dahdi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile index 9bf67ad19be4..1104fda4a577 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -7,7 +7,7 @@ PORTNAME= dahdi PORTVERSION= ${DAHDI_VERSION:S/-//g} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc kld MASTER_SITES= ${MASTER_SITE_LOCAL}\ http://downloads.digium.com/pub/telephony/firmware/releases/:firmware @@ -45,6 +45,7 @@ CONFIGURE_ENV= WGET=/usr/bin/fetch USE_LDCONFIG= yes USE_RC_SUBR= dahdi MAKE_ARGS= ADDITIONAL_DRIVERS="wcb1xxp" NO_FETCH=yes +GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* |