diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-07 16:38:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-07 16:38:36 +0000 |
commit | e3fe8e8d23c95153c33fb206ae1501c7036c0b78 (patch) | |
tree | 10bea4e6dab1e91b57207439c12578e6c7204ed0 /games/freeorion | |
parent | 7a229652f7706a547d141153accaff1f667c081c (diff) |
- chase shlib version of gvc (default off)
Notes
Notes:
svn path=/head/; revision=197297
Diffstat (limited to 'games/freeorion')
-rw-r--r-- | games/freeorion/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |