diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-03-04 06:37:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-03-04 06:37:17 +0000 |
commit | 36bec2a20efb935af8bfe7eb28c520063f55a096 (patch) | |
tree | 34c894eea657f123217ddea52f93b2ac06ae5d90 /graphics/graphviz | |
parent | 762558089582312d57a333deeb781d521894f4a3 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 19e8c656faef..7e3033335e1b 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -37,6 +37,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -I${TCL_INC MISSING=${TRUE} CONFIGURE_ARGS= --program-transform-name="s/x/x/" \ --enable-dependency-tracking \ + --with-mylibgd \ --with-iconvlibdir=${LOCALBASE}/lib \ --with-tclsh=${TCLSH} \ --with-wish=${WISH} \ |