diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2002-05-18 21:39:08 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2002-05-18 21:39:08 +0000 |
commit | 4f87b1161ce48f6daed9a06970e4df8e47ba9035 (patch) | |
tree | 36283f6ba2fc00f7896436828fec5403bac5817c /databases/grass/Makefile | |
parent | 15ea9efb38d4d12eb44a69f6aee394eac0325e72 (diff) | |
download | ports-4f87b1161ce48f6daed9a06970e4df8e47ba9035.tar.gz ports-4f87b1161ce48f6daed9a06970e4df8e47ba9035.zip |
Notes
Diffstat (limited to 'databases/grass/Makefile')
-rw-r--r-- | databases/grass/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 23f4d89149ba..a7cb9687c9c8 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -6,18 +6,16 @@ # PORTNAME= grass -PORTVERSION= 5.0.0.p3 -PORTREVISION= 2 +PORTVERSION= 5.0.0.p4 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://grass.itc.it/grass5/source/ \ ftp://grass.baylor.edu/pub/grass/grass5/source/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.p/pre/} +DISTFILES= ${DISTNAME}_src${EXTRACT_SUFX} MAINTAINER= reg@FreeBSD.org -BROKEN= "Configure fails" - LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -46,13 +44,14 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-gd-includes=${LOCALBASE}/include/gd \ --with-tcltk-includes="${LOCALBASE}/include/tcl8.3 \ ${LOCALBASE}/include/tk8.3" \ - --with-postgres-includes=${LOCALBASE}/include/pgsql \ + --with-postgres-includes=${LOCALBASE}/include/postgresql/internal/ \ --with-opengl-includes=${X11BASE}/include \ --with-opengl-libs=${X11BASE}/lib \ --with-freetype \ --with-freetype-includes=${LOCALBASE}/include/freetype2 \ --with-blas \ --with-lapack \ + --with-nls \ --without-motif post-install: |