diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-14 05:20:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-14 05:20:16 +0800 |
commit | 1262774536bca68601e947382e8578d8b0d119b4 (patch) | |
tree | d26e4f613aaccac32c2c750cb160f53b87306c17 /science | |
parent | 35b8de1feafdd54c6898bd852a3f8a9cb4d4f110 (diff) | |
download | freebsd-ports-gnome-1262774536bca68601e947382e8578d8b0d119b4.tar.gz freebsd-ports-gnome-1262774536bca68601e947382e8578d8b0d119b4.tar.zst freebsd-ports-gnome-1262774536bca68601e947382e8578d8b0d119b4.zip |
Mark BROKEN: Fails to configure
checking for main in -llapack... yes
checking for sc-config... /usr/local/bin/sc-config
checking SC - version... no
*** Could not run SC test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SC or finding the wrong
*** version of SC.
Reported by: pkg-fallout
Diffstat (limited to 'science')
-rw-r--r-- | science/libghemical/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 3a3db1704734..19c715ccafbf 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Support libraries of science/ghemical port +BROKEN= Fails to configure + BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \ intltool-update:${PORTSDIR}/textproc/intltool \ ld:${PORTSDIR}/devel/binutils |