diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-08-08 00:38:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-08-08 00:38:36 +0800 |
commit | 1e93b203669547019a8974a62815efcab4395138 (patch) | |
tree | fc5d049f76aa05a2d76d420ac686effd426db78f | |
parent | cc319de70348fbbd330058aa08b09986bd482201 (diff) | |
download | freebsd-ports-gnome-1e93b203669547019a8974a62815efcab4395138.tar.gz freebsd-ports-gnome-1e93b203669547019a8974a62815efcab4395138.tar.zst freebsd-ports-gnome-1e93b203669547019a8974a62815efcab4395138.zip |
- chase shlib version of gvc (default off)
-rw-r--r-- | games/freeorion/Makefile | 2 | ||||
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 6a98a37e5b70..aced2296a259 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -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 diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 060223c40ef6..c2fe1b80f006 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -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 |