diff options
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index fbcdb15248de..a790cbad42b6 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ @@ -18,7 +19,6 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libgd.so:${PORTSDIR}/${GD_PORT} USES= gmake bison libtool:oldver pkgconfig pathfix shebangfix -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include |