diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 07:06:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 07:06:21 +0800 |
commit | fb949084fb873f9bafe99682a2b305f79fbee939 (patch) | |
tree | 7b00275b8a4465599545d9be62fffb171aa893c5 /biology | |
parent | 9baacd58693e77dd5d9711fa102919e19af1050e (diff) | |
download | freebsd-ports-gnome-fb949084fb873f9bafe99682a2b305f79fbee939.tar.gz freebsd-ports-gnome-fb949084fb873f9bafe99682a2b305f79fbee939.tar.zst freebsd-ports-gnome-fb949084fb873f9bafe99682a2b305f79fbee939.zip |
USES=execinfo
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seqtools/Makefile | 3 | ||||
-rw-r--r-- | biology/ugene/Makefile | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index 89e6d1a30c82..e9dfa5bdc261 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -12,10 +12,9 @@ COMMENT= Tools for visualising sequence alignments LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USES= pkgconfig +USES= execinfo pkgconfig GNU_CONFIGURE= yes USE_GCC= any USE_GNOME= gtk20 diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index a84b09ee0055..75778e5fc9ab 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -15,12 +15,9 @@ COMMENT= Free, open-source, cross-platform bioinformatics toolkit LICENSE= GPLv2 -.if !exists(/usr/include/execinfo.h) -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= qmake +USES= qmake execinfo USE_GL= glu USE_QT4= gui webkit xml svg linguist_build moc_build qmake_build \ qtestlib_build rcc_build uic_build imageformats_run \ |