diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-08-18 16:12:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-08-18 16:12:17 +0800 |
commit | 78f85a676a9c87a8d2576bea8110213fa8e8ec4a (patch) | |
tree | f08a4fab62d24a25425e179aca4ba189709423f1 /multimedia/xanim/Makefile | |
parent | d10263c69803d4892bf5bff6c39faa1932ed10f7 (diff) | |
download | freebsd-ports-gnome-78f85a676a9c87a8d2576bea8110213fa8e8ec4a.tar.gz freebsd-ports-gnome-78f85a676a9c87a8d2576bea8110213fa8e8ec4a.tar.zst freebsd-ports-gnome-78f85a676a9c87a8d2576bea8110213fa8e8ec4a.zip |
- fix build for gcc42
Submitted by: rdivacky (Roman Divacky)
Diffstat (limited to 'multimedia/xanim/Makefile')
-rw-r--r-- | multimedia/xanim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index ef2b42ab3328..45c795649f3a 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -7,7 +7,7 @@ PORTNAME= xanim PORTVERSION= 2.92.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia graphics MASTER_SITES= ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/:main \ ${MASTER_SITE_LOCAL} \ |