1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- chase shlib version of gvc (default off)

This commit is contained in:
Dirk Meyer 2007-08-07 16:38:36 +00:00
parent 7a229652f7
commit e3fe8e8d23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197297
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ COMMENT= Open-source, platform independent galactic conquest game
LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \
alut.1:${PORTSDIR}/audio/freealut \
graph.3:${PORTSDIR}/graphics/graphviz \
graph:${PORTSDIR}/graphics/graphviz \
log4cpp.4:${PORTSDIR}/devel/log4cpp \
vorbisfile.5:${PORTSDIR}/audio/libvorbis

View File

@ -184,7 +184,7 @@ PLIST_SUB+= JPEG2000="@comment "
# GraphViz dot graphs
.if defined(WITH_IMAGEMAGICK_DOT)
LIB_DEPENDS+= gvc.3:${PORTSDIR}/graphics/graphviz
LIB_DEPENDS+= gvc:${PORTSDIR}/graphics/graphviz
CFLAGS+= -I${LOCALBASE}/include/graphviz
LDFLAGS+= -L${LOCALBASE}/lib/graphviz
.else