Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 09:36:02 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308893 - head/databases/grass
Message-ID:  <201212140936.qBE9a2cf034321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tkato432@yahoo.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212140936.qBE9a2cf034321>