pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/astyle needs libiconv



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3789106ff910
branches:  trunk
changeset: 648314:3789106ff910
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 13 17:08:14 2015 +0000

description:
needs libiconv

diffstat:

 devel/astyle/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 030f958d53df -r 3789106ff910 devel/astyle/Makefile
--- a/devel/astyle/Makefile     Fri Mar 13 17:07:29 2015 +0000
+++ b/devel/astyle/Makefile     Fri Mar 13 17:08:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/08/13 20:56:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2015/03/13 17:08:14 tnn Exp $
 
 DISTNAME=      astyle_2.04_linux
 PKGNAME=       ${DISTNAME:S/_linux//:S/_/-/}
@@ -22,4 +22,5 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/build/gcc/bin/astyle ${DESTDIR}${PREFIX}/bin
        cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DESTDIR}${HTMLDIR}
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index