svn commit: r371941 - head/graphics/kludge3d
Antoine Brodin
antoine at FreeBSD.org
Fri Oct 31 21:58:59 UTC 2014
Author: antoine
Date: Fri Oct 31 21:58:58 2014
New Revision: 371941
URL: https://svnweb.freebsd.org/changeset/ports/371941
QAT: https://qat.redports.org/buildarchive/r371941/
Log:
Fix LIB_DEPENDS
Modified:
head/graphics/kludge3d/Makefile
Modified: head/graphics/kludge3d/Makefile
==============================================================================
--- head/graphics/kludge3d/Makefile Fri Oct 31 21:58:19 2014 (r371940)
+++ head/graphics/kludge3d/Makefile Fri Oct 31 21:58:58 2014 (r371941)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/source/2004
MAINTAINER= ports at FreeBSD.org
COMMENT= Simple 3D editor
-LIB_DEPENDS= lib3ds-1.so:${PORTSDIR}/graphics/lib3ds \
+LIB_DEPENDS= lib3ds.so:${PORTSDIR}/graphics/lib3ds \
libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
USES= gmake pkgconfig python
More information about the svn-ports-all
mailing list