pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/opencsg opencsg: Requires libiconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/153857674d76
branches:  trunk
changeset: 390032:153857674d76
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 15 10:37:13 2022 +0000

description:
opencsg: Requires libiconv.

diffstat:

 graphics/opencsg/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1c58faf0bcf0 -r 153857674d76 graphics/opencsg/Makefile
--- a/graphics/opencsg/Makefile Thu Dec 15 10:37:02 2022 +0000
+++ b/graphics/opencsg/Makefile Thu Dec 15 10:37:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/08/11 05:08:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.13 2022/12/15 10:37:13 jperkin Exp $
 
 DISTNAME=      OpenCSG-1.3.2
 PKGNAME=       ${DISTNAME:tl}
@@ -26,6 +26,7 @@
        ${LIBTOOL} --mode=install ${INSTALL_LIB} \
                ${WRKSRC}/src/libopencsg.la ${DESTDIR}${PREFIX}/lib
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index