diff options
Diffstat (limited to 'science/libghemical/Makefile')
-rw-r--r-- | science/libghemical/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 19c715ccafb..f6ba58cbbe1 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -3,7 +3,7 @@ PORTNAME= libghemical PORTVERSION= 3.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current @@ -11,8 +11,6 @@ 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 @@ -26,7 +24,13 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-mpqc CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS= -L${LOCALBASE}/lib -lSCbasis -lSCcints -lSCclass \ + -lSCcontainer -lSCdft -lSCgroup -lSCintv3 -lSCisosurf \ + -lSCkeyval -lSCmbpt -lSCmbptr12 -lSCmisc -lSCmolecule \ + -lSCoint3 -lSCoptimize -lSCoptions -lSCpsi -lSCref \ + -lSCrender -lSCscf -lSCscmat -lSCsolvent -lSCstate \ + -lSCsymmetry -lSCwfn \ + -lgfortran -lpthread -lblas -llapack PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}" INSTALL_TARGET= install-strip |