diff options
Diffstat (limited to 'graphics/ogre312/Makefile')
-rw-r--r-- | graphics/ogre312/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ogre312/Makefile b/graphics/ogre312/Makefile index dae696891d06..ba96f5fe2da1 100644 --- a/graphics/ogre312/Makefile +++ b/graphics/ogre312/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ogre3d -PORTVERSION= 1.2.2.p1 +PORTVERSION= 1.2.3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre -DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g:S/-p/p/} +DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g} MAINTAINER= oliver@FreeBSD.org COMMENT= A scene-oriented, flexible 3D engine written in C++ |