diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /misc/dahdi | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.zst freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip |
Modernize LIB_DEPENDS
With hat: portmgr
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 ee7daf5e772d..874a0a93cad1 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-freebsd-complete-${DAHDI_VERSION}+${DAHDI_TOOLS_VERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= DAHDI userland utilities and libraries -LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt +LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt DAHDI_VERSION= 2.4.0-rc5 DAHDI_TOOLS_VERSION= 2.4.0-rc1 |