diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-29 09:17:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-29 09:17:28 +0000 |
commit | 1f4053dc5d969c3607aaeae1aa2df4830eb24b29 (patch) | |
tree | 4736285ab5d859a9aaba532cf5f96b3ef45294e9 /graphics | |
parent | fef8509c793f45b217fb28f1c0af2b373a8ff4af (diff) | |
download | ports-1f4053dc5d969c3607aaeae1aa2df4830eb24b29.tar.gz ports-1f4053dc5d969c3607aaeae1aa2df4830eb24b29.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 9524fdb95554..363b658cc567 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -9,7 +9,8 @@ PORTNAME= graphviz PORTVERSION= 2.6 PORTREVISION= 4 CATEGORIES= graphics tk84 -MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ +MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ MAINTAINER= shaun@inerd.com COMMENT= Graph Visualization Software from AT&T and Bell Labs @@ -25,7 +26,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_BISON= yes USE_GMAKE= yes USE_ICONV= yes -USE_REINPLACE= yes USE_XPM= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes |