diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-03 10:20:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-03 10:20:24 +0000 |
commit | 260e79afac7931355e5116c9ca4786f078807b04 (patch) | |
tree | 438afddf41bcbea4a1d0ac78a31241d5d0cf9912 /graphics/graphviz | |
parent | fb120e2a160d4dc9ae2733ad66be1c3794ed8d62 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-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" \ |