diff options
author | asami <asami@FreeBSD.org> | 2000-11-03 18:20:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-03 18:20:24 +0800 |
commit | dbcc184499bf33d35dd988c207de153bee302a95 (patch) | |
tree | a137745f122791910e18896f0c090213c9321a68 /graphics | |
parent | b3f30374374c2d776841628be308db7dba9ab41f (diff) | |
download | freebsd-ports-gnome-dbcc184499bf33d35dd988c207de153bee302a95.tar.gz freebsd-ports-gnome-dbcc184499bf33d35dd988c207de153bee302a95.tar.zst freebsd-ports-gnome-dbcc184499bf33d35dd988c207de153bee302a95.zip |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
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" \ |