diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-31 02:30:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-31 02:30:40 +0800 |
commit | d6f0cd7837697017663dde7959b83d7db3579606 (patch) | |
tree | 7a458fbf8f81914222a665e886c0821f631aa0c6 /comms | |
parent | c928bec5870586012f7c1491e6eccb02767ca543 (diff) | |
download | freebsd-ports-gnome-d6f0cd7837697017663dde7959b83d7db3579606.tar.gz freebsd-ports-gnome-d6f0cd7837697017663dde7959b83d7db3579606.tar.zst freebsd-ports-gnome-d6f0cd7837697017663dde7959b83d7db3579606.zip |
Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups
PR: 205846
Submitted by: xmj
In Collaboration with: allanjude, netchild, xmj
Exp-run: antoine
Sponsored by: Perceivon Hosting Inc.
Differential Revision: D3428
We'd like to thanks for all the feedback and comments.
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 |