From 260e79afac7931355e5116c9ca4786f078807b04 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 3 Nov 2000 10:20:24 +0000 Subject: Add BUILD_DEPENDS to automake. Don't change USE_AUTOCONF to USE_AUTOMAKE, since this port only builds correctly if automake is around and is found by the configure script, not run from bsd.port.mk. --- graphics/graphviz/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/graphviz') diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 9b633ee2df0f..b4d2a902b306 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -12,12 +12,15 @@ MASTER_SITES= http://www.graphviz.org/pub/graphviz/ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ ttf.4:${PORTSDIR}/print/freetype \ Xpm.4:${PORTSDIR}/graphics/xpm +# do not use USE_AUTOMAKE -- it only works if the configure script +# finds automake by itself USE_AUTOCONF= yes USE_LIBTOOL= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -DHAVE_TERMIOS" \ -- cgit v1.2.3