svn commit: r308893 - head/databases/grass

Marcelo Araujo araujo at FreeBSD.org
Fri Dec 14 09:36:02 UTC 2012


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 at 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


More information about the svn-ports-all mailing list