diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-07 06:42:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-07 06:42:07 +0000 |
commit | 3b3aeb97a7a6e0bf9b01a98efb90531596e2379f (patch) | |
tree | 181d3f3b7c03c6ff47b9d4b353e82aa92f5d6a6a | |
parent | - Update to 0.5 (diff) |
- Add an explicit dependency on gettext to fix build on system where everything
is built without NLS
While here:
- Trim headers
- Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG= build
Approved by: maho (maintainer)
Notes
Notes:
svn path=/head/; revision=310024
-rw-r--r-- | science/libghemical/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index eab96b246daf..127b2fe16847 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libghemical -# Date created: July 3, 2006 -# Whom: Nakata Maho <maho@FreeBSD.org> -# +# Created by: Nakata Maho <maho@FreeBSD.org> # $FreeBSD$ PORTNAME= libghemical @@ -22,10 +19,12 @@ LIB_DEPENDS+= mpqc:${PORTSDIR}/science/mpqc \ f2c:${PORTSDIR}/lang/f2c USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack USE_GL= gl GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GETTEXT= yes +USE_PKGCONFIG= build USE_FORTRAN= yes CONFIGURE_ARGS+= --enable-mpqc |