aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-05-10 19:50:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-05-10 19:50:12 +0000
commitb3a8d5547e81adaecdf7571f20c43c80dcaeca5b (patch)
tree51625662ba2e5d48103af4cba391a5485b10ebf1 /comms
parent45c5ab06003e7c522d926fdde3d990f2648ae7c1 (diff)
downloadports-b3a8d5547e81adaecdf7571f20c43c80dcaeca5b.tar.gz
ports-b3a8d5547e81adaecdf7571f20c43c80dcaeca5b.zip
Properly register dependency on libomp.so from devel/openmp port
Notes
Notes: svn path=/head/; revision=440585
Diffstat (limited to 'comms')
-rw-r--r--comms/wsjtx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile
index 847b1d782821..fbfcc44db2d3 100644
--- a/comms/wsjtx/Makefile
+++ b/comms/wsjtx/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wsjtx
PORTVERSION= 1.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -19,7 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libhamlib.so:comms/hamlib \
libxslt.so:textproc/libxslt \
- libomp.so:devel/openmp
+ libomp.so.0:devel/openmp
MAKE_JOBS_UNSAFE= yes
USE_GL= yes