diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-07 06:43:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-07 06:43:55 +0000 |
commit | bb3f74bc00cdd41b8b1cc93fa26f11db6a8b4582 (patch) | |
tree | acab8cc02fc7179e0653b0b95249e88a3921d44a /science/ghemical | |
parent | 3b3aeb97a7a6e0bf9b01a98efb90531596e2379f (diff) | |
download | ports-bb3f74bc00cdd41b8b1cc93fa26f11db6a8b4582.tar.gz ports-bb3f74bc00cdd41b8b1cc93fa26f11db6a8b4582.zip |
- Remove wrong dependency on gtkglarea
While here:
- Trim headers
- Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG= build
Approved by: maho (maintainer)
Notes
Notes:
svn path=/head/; revision=310025
Diffstat (limited to 'science/ghemical')
-rw-r--r-- | science/ghemical/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index ac6dc50bf50d..93c58be8754d 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: ghemical -# Date created: May 4, 2003 -# Whom: Nakata Maho <maho@FreeBSD.org> -# +# Created by: Nakata Maho <maho@FreeBSD.org> # $FreeBSD$ PORTNAME= ghemical PORTVERSION= 2.99.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \ http://bioinformatics.org/ghemical/download/ @@ -19,7 +16,6 @@ BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \ ld:${PORTSDIR}/devel/binutils RUN_DEPENDS= f2c:${PORTSDIR}/lang/f2c LIB_DEPENDS= mpqc:${PORTSDIR}/science/mpqc \ - gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea \ gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext \ ghemical:${PORTSDIR}/science/libghemical \ oglappth:${PORTSDIR}/science/liboglappth \ @@ -27,7 +23,8 @@ LIB_DEPENDS= mpqc:${PORTSDIR}/science/mpqc \ USE_FORTRAN= yes USE_GMAKE= yes -USE_GNOME= glib20 gtk20 libglade2 pkgconfig +USE_GNOME= glib20 gtk20 libglade2 +USE_PKGCONFIG= build USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gamess --enable-mpqc --enable-openbabel --enable-gtk --enable-threads --enable-mopac7 |