diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 23:10:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 23:10:44 +0800 |
commit | 61c0e63afcdb9a3598dff5333dc475299ba54039 (patch) | |
tree | 2a371f98db99023198b309b69d00707314a6c1a1 /comms/nec2c | |
parent | b9ea4d79916c1d5bdfce1e491d5dd0b356264f9a (diff) | |
download | freebsd-ports-gnome-61c0e63afcdb9a3598dff5333dc475299ba54039.tar.gz freebsd-ports-gnome-61c0e63afcdb9a3598dff5333dc475299ba54039.tar.zst freebsd-ports-gnome-61c0e63afcdb9a3598dff5333dc475299ba54039.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Diffstat (limited to 'comms/nec2c')
-rw-r--r-- | comms/nec2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |