diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-30 18:30:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-30 18:30:40 +0000 |
commit | a234e43dd77ae3344ffe2e57095d82fe9f2594f6 (patch) | |
tree | 7a458fbf8f81914222a665e886c0821f631aa0c6 /comms | |
parent | d0bd7169f84108d5fe512ace0845064ec1bd77c5 (diff) | |
download | ports-a234e43dd77ae3344ffe2e57095d82fe9f2594f6.tar.gz ports-a234e43dd77ae3344ffe2e57095d82fe9f2594f6.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kvasd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/kvasd/Makefile b/comms/kvasd/Makefile index d8cacd377746..610293859411 100644 --- a/comms/kvasd/Makefile +++ b/comms/kvasd/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${KVASD_DEPENDS} RUN_DEPENDS= ${KVASD_DEPENDS} -KVASD_DEPENDS= ${LINUXBASE}/usr/lib/libgfortran.so.3:${PORTSDIR}/devel/linux-c6-libgfortran +KVASD_DEPENDS= linux-${USE_LINUX}-libgfortran>0:${PORTSDIR}/devel/linux-c6-libgfortran USE_LINUX= c6 NO_BUILD= yes PLIST_FILES= bin/kvasd |