diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-15 03:06:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-15 03:06:32 +0800 |
commit | ff64284dbf5dc206b5417a9882dcc408a3ac76b4 (patch) | |
tree | 05c1cc20304eba86e3c6664901c97e26190b4b26 /net | |
parent | 9b940fc4d24e26c1a6c5e5bc31cdcd0731899a5f (diff) | |
download | freebsd-ports-gnome-ff64284dbf5dc206b5417a9882dcc408a3ac76b4.tar.gz freebsd-ports-gnome-ff64284dbf5dc206b5417a9882dcc408a3ac76b4.tar.zst freebsd-ports-gnome-ff64284dbf5dc206b5417a9882dcc408a3ac76b4.zip |
Fix index
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/openmcu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index be2be0fb94ef..944aa1003dbc 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src MAINTAINER= ports@FreeBSD.org COMMENT= OpenMCU hosts a conference call for H323 Video Conferencing users -LIB_DEPENDS= libh323_r.so${PORTSDIR}/net/openh323 +LIB_DEPENDS= libh323_r.so:${PORTSDIR}/net/openh323 WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} |