From owner-svn-ports-all@FreeBSD.ORG Fri Dec 14 09:36:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC2EEF3B; Fri, 14 Dec 2012 09:36:02 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 76B408FC08; Fri, 14 Dec 2012 09:36:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBE9a2Nq034322; Fri, 14 Dec 2012 09:36:02 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBE9a2cf034321; Fri, 14 Dec 2012 09:36:02 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201212140936.qBE9a2cf034321@svn.freebsd.org> From: Marcelo Araujo Date: Fri, 14 Dec 2012 09:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308893 - head/databases/grass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 09:36:02 -0000 Author: araujo Date: Fri Dec 14 09:36:01 2012 New Revision: 308893 URL: http://svnweb.freebsd.org/changeset/ports/308893 Log: - Support USE_READLINE. - Trim header. PR: ports/171974 Submitted by: KATO Tsuguru Modified: head/databases/grass/Makefile (contents, props changed) Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Fri Dec 14 09:35:02 2012 (r308892) +++ head/databases/grass/Makefile Fri Dec 14 09:36:01 2012 (r308893) @@ -1,9 +1,5 @@ -# New ports collection makefile for: grass -# Date created: 15 January 2000 -# Whom: reg -# +# Created by: reg # $FreeBSD$ -# PORTNAME= grass PORTVERSION= 6.4.2 @@ -26,20 +22,19 @@ COMMENT= An open source Geographical Inf LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= gdal.17:${PORTSDIR}/graphics/gdal \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ + jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - proj.7:${PORTSDIR}/graphics/proj \ - tiff.4:${PORTSDIR}/graphics/tiff \ - fftw3.6:${PORTSDIR}/math/fftw3 \ - freetype.9:${PORTSDIR}/print/freetype2 + proj:${PORTSDIR}/graphics/proj \ + tiff:${PORTSDIR}/graphics/tiff \ + fftw3:${PORTSDIR}/math/fftw3 \ + freetype:${PORTSDIR}/print/freetype2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -BROKEN= does not build - USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes +USE_READLINE= yes USE_PERL5= yes USE_XORG= sm ice xi x11 xt xmu xext USE_GL= glut