diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-07 14:42:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-07 14:42:07 +0800 |
commit | 337dbc8a3d83f3551553cddfa3563f01e785445b (patch) | |
tree | 181d3f3b7c03c6ff47b9d4b353e82aa92f5d6a6a /science | |
parent | f964f6fdd9e3163c84a23d80a2df627d0c4939a9 (diff) | |
download | freebsd-ports-gnome-337dbc8a3d83f3551553cddfa3563f01e785445b.tar.gz freebsd-ports-gnome-337dbc8a3d83f3551553cddfa3563f01e785445b.tar.zst freebsd-ports-gnome-337dbc8a3d83f3551553cddfa3563f01e785445b.zip |
- 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)
Diffstat (limited to 'science')
-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 |