aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2008-10-23 01:13:37 +0800
committerstefan <stefan@FreeBSD.org>2008-10-23 01:13:37 +0800
commit3ed911e0e93b8df9d5123b0a7b1a10c911c85c15 (patch)
tree1f202d21d2e41a341252a31ee33837fc3a94dd41 /graphics
parentec4b6988f2f2ff41b17505de260403165186ebeb (diff)
downloadfreebsd-ports-graphics-3ed911e0e93b8df9d5123b0a7b1a10c911c85c15.tar.gz
freebsd-ports-graphics-3ed911e0e93b8df9d5123b0a7b1a10c911c85c15.tar.zst
freebsd-ports-graphics-3ed911e0e93b8df9d5123b0a7b1a10c911c85c15.zip
- Do not depend on databases/grass, as that results in a cyclic dependency.
- Fix grass installation location. PR: 125111 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Approved by: maintainer timeout (>2 months)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index e48ac33a162..d4ed6785778 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -103,9 +103,9 @@ CONFIGURE_ARGS+= --with-libgif=${LOCALBASE}
.endif
.if defined(WITH_GRASS)
-LIB_DEPENDS+= grass_gis:${PORTSDIR}/databases/grass
-CONFIGURE_ARGS+= --with-grass=${LOCALBASE} \
- --with-grasslib=${LOCALBASE}/lib
+GRASS_INST_DIR= grass
+CONFIGURE_ARGS+= --with-grass=${LOCALBASE}/${GRASS_INST_DIR} \
+ --with-grasslib=${LOCALBASE}/${GRASS_INST_DIR}/lib
.else
CONFIGURE_ARGS+= --with-grass=no
.endif