diff options
author | pawel <pawel@FreeBSD.org> | 2014-12-17 06:10:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-12-17 06:10:23 +0800 |
commit | d83463a161b5282191eaa66874ae6c958ae5ee9e (patch) | |
tree | cab1f4d82902f86205ae15cfeedce4850f222007 /science/libghemical | |
parent | ec2648af08f203f12d213bbf8927c2a3eece7b0c (diff) | |
download | freebsd-ports-gnome-d83463a161b5282191eaa66874ae6c958ae5ee9e.tar.gz freebsd-ports-gnome-d83463a161b5282191eaa66874ae6c958ae5ee9e.tar.zst freebsd-ports-gnome-d83463a161b5282191eaa66874ae6c958ae5ee9e.zip |
- Upadate biology/mopac to version 1.15
- Bump affected ports
- Switch ports to new mastersite, add LICENSE
- Reformat ports pkg descriptions
PR: 194493
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'science/libghemical')
-rw-r--r-- | science/libghemical/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 8335651f950f..42209e291639 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.0.0 PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ - http://bioinformatics.org/ghemical/download/current + http://bioinformatics.org/ghemical/download/current/ MAINTAINER= ports@FreeBSD.org COMMENT= Support libraries of science/ghemical port @@ -14,17 +14,17 @@ COMMENT= Support libraries of science/ghemical port BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \ intltool-update:${PORTSDIR}/textproc/intltool \ ld:${PORTSDIR}/devel/binutils -LIB_DEPENDS+= libmpqc.so:${PORTSDIR}/science/mpqc \ +LIB_DEPENDS= libmpqc.so:${PORTSDIR}/science/mpqc \ libf2c.so:${PORTSDIR}/lang/f2c USES= fortran gettext gmake pathfix pkgconfig libtool USE_GL= gl GNU_CONFIGURE= yes -USE_LDCONFIG= yes +USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-mpqc CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lSCbasis -lSCcints -lSCclass \ +LDFLAGS+= -L${LOCALBASE}/lib -lSCbasis -lSCcints -lSCclass \ -lSCcontainer -lSCdft -lSCgroup -lSCintv3 -lSCisosurf \ -lSCkeyval -lSCmbpt -lSCmbptr12 -lSCmisc -lSCmolecule \ -lSCoint3 -lSCoptimize -lSCoptions -lSCpsi -lSCref \ |