diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
commit | f6e979784bf8780b8574799132f3ff80a7ecc4a9 (patch) | |
tree | 7ee4aff47bae455bf0925c39c902355885945dda /games/freeorion | |
parent | 5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05 (diff) | |
download | freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.gz freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.zst freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.zip |
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Diffstat (limited to 'games/freeorion')
-rw-r--r-- | games/freeorion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 9d1436402584..89c6a25e8f1a 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeorion PORTVERSION= 0.3.12.3007 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= oliver @@ -18,7 +19,7 @@ LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \ alut.1:${PORTSDIR}/audio/freealut \ graph:${PORTSDIR}/graphics/graphviz \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ - vorbisfile.5:${PORTSDIR}/audio/libvorbis + vorbisfile.6:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ${LOCALBASE}/lib/libbulletmath.a:${PORTSDIR}/devel/bullet BUILD_DEPENDS= ${LOCALBASE}/lib/libbulletmath.a:${PORTSDIR}/devel/bullet |