aboutsummaryrefslogtreecommitdiff
path: root/biology/seaview
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-02-21 07:35:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-02-21 07:35:32 +0000
commit9939b90892c3692b6b36f10a43d8d03689b11ea6 (patch)
tree39cbd4542c883f321d419416c2a46d899c52e3fd /biology/seaview
parent4b57e7c1d0bca8c4849f1ea547fa540e5b0bb90f (diff)
downloadports-9939b90892c3692b6b36f10a43d8d03689b11ea6.tar.gz
ports-9939b90892c3692b6b36f10a43d8d03689b11ea6.zip
Mark BROKEN: Fails to link, tries to use internal fltk symbols
c++ -o seaview seaview.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o resource.o nexus.o viewasprots.o racnuc_fetch.o concatenate.o statistics.o trees.o treedraw.o addbootstrap.o least_squares_brl.o pseudoterminal.o unrooted.o pdf_or_ps.o svg.o threads.o Fl_Native_File_Chooser_FLTK.o raa_acnuc.o parser.o md5.o zsockr.o misc_acnuc.o dnapars.o protpars.o seq.o phylip.o lwl.o bionj.o phyml_util.o \ -L/usr/local/lib -lfltk_images -lfltk \ -lXft -lXext -lfontconfig -ljpeg -lpng -lXinerama -L/usr/local/lib -lpdf \ -lX11 -lm -lz -pthread seaview.o: In function `clipboard_contains_alignment(char const*)': seaview.cxx:(.text+0x1c14): undefined reference to `fl_selection_buffer' Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=379482
Diffstat (limited to 'biology/seaview')
-rw-r--r--biology/seaview/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile
index 91c7f6ddf7d6..4829c2f33c59 100644
--- a/biology/seaview/Makefile
+++ b/biology/seaview/Makefile
@@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Multiple DNA/protein sequence alignment editor
+BROKEN= Fails to link, tries to use internal fltk symbols
+
LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk
WRKSRC= ${WRKDIR}/${PORTNAME}