svn commit: r310024 - head/science/libghemical

Baptiste Daroussin bapt at svn.freebsd.org
Mon Jan 7 06:42:08 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Nakata Maho <maho at 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


More information about the svn-ports-head mailing list