Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2013 06:42:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@svn.freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310024 - head/science/libghemical
Message-ID:  <50ea6e40.15ab.2e544344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan  7 06:42:07 2013
New Revision: 310024
URL: http://svnweb.freebsd.org/changeset/ports/310024

Log:
  - 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)

Modified:
  head/science/libghemical/Makefile

Modified: head/science/libghemical/Makefile
==============================================================================
--- head/science/libghemical/Makefile	Mon Jan  7 06:35:04 2013	(r310023)
+++ head/science/libghemical/Makefile	Mon Jan  7 06:42:07 2013	(r310024)
@@ -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/m
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50ea6e40.15ab.2e544344>