summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-03 10:20:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-03 10:20:24 +0000
commit260e79afac7931355e5116c9ca4786f078807b04 (patch)
tree438afddf41bcbea4a1d0ac78a31241d5d0cf9912
parentAdd "deischen" in front of MASTER_SITE_SUBDIR so the distfile can be found. (diff)
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.
Notes
Notes: svn path=/head/; revision=34714
-rw-r--r--graphics/graphviz/Makefile3
1 files changed, 3 insertions, 0 deletions
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" \