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 /games/freeorion | |
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)
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 |