diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-07 15:33:39 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-07 15:33:39 +0800 |
commit | f8aac92ca651a57fe609d54a77a65770411f39c2 (patch) | |
tree | f3262bbbdb7908af708258f9f0017bf50b62a9f2 /graphics/giram | |
parent | cc01d9593b39bc5f4c562483b0df20140ecfd517 (diff) | |
download | freebsd-ports-gnome-f8aac92ca651a57fe609d54a77a65770411f39c2.tar.gz freebsd-ports-gnome-f8aac92ca651a57fe609d54a77a65770411f39c2.tar.zst freebsd-ports-gnome-f8aac92ca651a57fe609d54a77a65770411f39c2.zip |
- Chase graphics/lib3ds 1.3.0 update
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index ba6979eb044a..130ea68bc45e 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -7,7 +7,7 @@ PORTNAME= giram PORTVERSION= 0.3.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://www.giram.org/downloads/ \ http://freebsd.nsu.ru/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.giram.org/downloads/ \ MAINTAINER= danfe@FreeBSD.org COMMENT= A POV-Ray oriented modeller -LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds +LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphics/lib3ds USE_GETTEXT= yes USE_PERL5_BUILD=yes |