diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-09-01 14:10:47 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-09-01 14:10:47 +0800 |
commit | 530a9b4f59f7084d356d46bab0403265e5d3d23a (patch) | |
tree | 08eaa84623785b942cd249650e3b093c43367090 /misc/dahdi | |
parent | 212ca2fd338f3078cc73cc93e44eb98dd9ebec7f (diff) | |
download | freebsd-ports-gnome-530a9b4f59f7084d356d46bab0403265e5d3d23a.tar.gz freebsd-ports-gnome-530a9b4f59f7084d356d46bab0403265e5d3d23a.tar.zst freebsd-ports-gnome-530a9b4f59f7084d356d46bab0403265e5d3d23a.zip |
Fix the breakage introduced with the latest commit: USE_GMAKE can not be used with this port.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'misc/dahdi')
-rw-r--r-- | misc/dahdi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile index efdd294d6e04..d0ca72a3d186 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -19,6 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}\ MAINTAINER= fjoe@FreeBSD.org COMMENT= Digium/Asterisk Hardware Device Interface +BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt DAHDI_VERSION= 2.4.0-rc4 @@ -31,7 +32,6 @@ NO_PACKAGE= Should be in sync with the kernel to work correctly GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dahdi=../freebsd --sysconfdir=${PREFIX}/etc --with-newt=${LOCALBASE} CONFIGURE_ENV= WGET=/usr/bin/fetch -USE_GMAKE= yes USE_LDCONFIG= yes USE_RC_SUBR= dahdi MAKE_ARGS= ADDITIONAL_DRIVERS="wcb1xxp" |