Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 22:04:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371942 - head/graphics/giram
Message-ID:  <201410312204.s9VM4VrD089448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 31 22:04:30 2014
New Revision: 371942
URL: https://svnweb.freebsd.org/changeset/ports/371942
QAT: https://qat.redports.org/buildarchive/r371942/

Log:
  Fix LIB_DEPENDS

Modified:
  head/graphics/giram/Makefile

Modified: head/graphics/giram/Makefile
==============================================================================
--- head/graphics/giram/Makefile	Fri Oct 31 21:58:58 2014	(r371941)
+++ head/graphics/giram/Makefile	Fri Oct 31 22:04:30 2014	(r371942)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://freebsd.nsu.ru/dist
 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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312204.s9VM4VrD089448>