1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

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.
This commit is contained in:
Satoshi Asami 2000-11-03 10:20:24 +00:00
parent fb120e2a16
commit 260e79afac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34714

View File

@ -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" \