diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-11 03:50:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-11 03:50:12 +0800 |
commit | 30a39e7ae58b8256ea20b744eba036d4409df7b7 (patch) | |
tree | 51625662ba2e5d48103af4cba391a5485b10ebf1 /comms | |
parent | eae43715d9dc489c14bfb3786eaa511874f400e1 (diff) | |
download | freebsd-ports-gnome-30a39e7ae58b8256ea20b744eba036d4409df7b7.tar.gz freebsd-ports-gnome-30a39e7ae58b8256ea20b744eba036d4409df7b7.tar.zst freebsd-ports-gnome-30a39e7ae58b8256ea20b744eba036d4409df7b7.zip |
Properly register dependency on libomp.so from devel/openmp port
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wsjtx/Makefile | 4 |
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 |