pkgsrc-WIP-changes archive

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

brlcad: Add terminfo and png as required



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 18 23:03:14 2016 +0200
Changeset:	1c0bae3607ef5e3814640141d0709f04981e0829

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: Add terminfo and png as required

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c0bae3607ef5e3814640141d0709f04981e0829

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index ebf622b..54c651b 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -41,9 +41,11 @@ PKGCONFIG_OVERRIDE+=	src/other/libpng/scripts/libpng.pc.in
 PKGCONFIG_OVERRIDE+=	src/other/libpng/libpng.pc.in
 PKGCONFIG_OVERRIDE+=	src/other/libz/zlib.pc.in
 
-.include "../../graphics/netpbm/buildlink3.mk"
 .include "../../devel/tinycthread/buildlink3.mk"
+.include "../../graphics/netpbm/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index