diff options
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 7581933fafcd..8490c850c1c4 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= POV-Ray oriented modeller -LIB_DEPENDS= lib3ds-1.so:${PORTSDIR}/graphics/lib3ds +LIB_DEPENDS= lib3ds.so:${PORTSDIR}/graphics/lib3ds BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta RUN_DEPENDS:= ${BUILD_DEPENDS} |