From 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 15:10:44 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in comms --- comms/nec2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms/nec2c') diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index 7401ab66fe3b..f1e50f0053f2 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -12,7 +12,7 @@ DISTNAME= nec2c MAINTAINER= db@FreeBSD.org COMMENT= Used to calculate antenna patterns useful to ham radio -LIB_DEPENDS= ccm:${PORTSDIR}/math/ccmath +LIB_DEPENDS= libccm.so:${PORTSDIR}/math/ccmath NO_STAGE= yes post-patch: -- cgit v1.2.3