diff options
author | reg <reg@FreeBSD.org> | 2002-05-18 21:39:08 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2002-05-18 21:39:08 +0000 |
commit | 0cc1be8f6363185d3d8ea4c5a4e8594e7b7d3134 (patch) | |
tree | 0a818b858c403490c148e74bd90ef1cf287706e4 /databases/grass-i18n/Makefile | |
parent | 950902c7f127e3dab31c91b045001cc20ba181c0 (diff) | |
download | FreeBSD-ports-0cc1be8f6363185d3d8ea4c5a4e8594e7b7d3134.zip FreeBSD-ports-0cc1be8f6363185d3d8ea4c5a4e8594e7b7d3134.tar.gz |
Unbreak and upgrade to 5.0.0.pre4.
Prodded by: kris, Jason Morgan <jwm-freebsd@sentinelchicken.net>
Diffstat (limited to 'databases/grass-i18n/Makefile')
-rw-r--r-- | databases/grass-i18n/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index 23f4d89..a7cb968 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/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: |