svn commit: r371942 - head/graphics/giram

Antoine Brodin antoine at FreeBSD.org
Fri Oct 31 22:04:31 UTC 2014


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 at 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}
 


More information about the svn-ports-all mailing list