diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-09 06:17:16 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-09 06:17:16 +0000 |
commit | a050910681134145bec3ce41d9a565e89df0f8e8 (patch) | |
tree | 20a22861585d392e49aa4d726ba972a5011b571d /graphics/graphviz/Makefile | |
parent | bf324a1038e67ee86cd9d35dd8c61371c9450e9a (diff) | |
download | FreeBSD-ports-a050910681134145bec3ce41d9a565e89df0f8e8.zip FreeBSD-ports-a050910681134145bec3ce41d9a565e89df0f8e8.tar.gz |
Update to 1.7b
PR: 23385
Submitted by: Ports Fury
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 470d985..ab6889a 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,10 +6,10 @@ # PORTNAME= graphviz -PORTVERSION= 1.7a +PORTVERSION= 1.7b CATEGORIES= graphics tk83 MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/ -DISTNAME= gviz17a +DISTNAME= gviz17b EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -18,13 +18,13 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/gv${PORTVERSION} USE_FREETYPE= yes USE_XPM= yes USE_GMAKE= yes USE_AUTOMAKE= yes -AUTOMAKE= libtoolize --force && autoheader && automake --add-missing +AUTOMAKE_ARGS= --add-missing USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -DHAVE_TERMIOS" \ LDFLAGS="-L${LOCALBASE}/lib" \ @@ -38,6 +38,6 @@ MAN3= agraph.3 cdt.3 graph.3 pathplan.3 MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n post-patch: - @cd ${WRKSRC} && aclocal + @cd ${WRKSRC} && aclocal && autoheader && libtoolize --force .include <bsd.port.mk> |