diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-27 11:16:40 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-27 11:16:40 +0000 |
commit | 73afb7afdbefda81de0d0a0652044ae1a09dbc24 (patch) | |
tree | 8d42fc6b5180ca53510044a10b53178ae29e538b /graphics/cegui/Makefile | |
parent | c4576de541dca5d852f66e5c848eb56fde8f2e38 (diff) | |
download | FreeBSD-ports-73afb7afdbefda81de0d0a0652044ae1a09dbc24.zip FreeBSD-ports-73afb7afdbefda81de0d0a0652044ae1a09dbc24.tar.gz |
update to 0.4.1
Diffstat (limited to 'graphics/cegui/Makefile')
-rw-r--r-- | graphics/cegui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 79abdee..711504a 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -6,12 +6,12 @@ # PORTNAME= cegui -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 +PORTREVISION= 0 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=crayzedsgui -DISTNAME= ${PORTNAME}_mk2-${PORTVERSION} +DISTNAME= ${PORTNAME}_mk2-source-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs |