From f874b98feb2c58cb2849b15398ed46cbd27b69f0 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 31 Oct 2014 22:04:30 +0000 Subject: [PATCH] Fix LIB_DEPENDS --- graphics/giram/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}