pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/librecad



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Sep  9 18:46:52 UTC 2016

Modified Files:
        pkgsrc/cad/librecad: Makefile

Log Message:
also depends on freetype2


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/cad/librecad/Makefile

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

Modified files:

Index: pkgsrc/cad/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.30 pkgsrc/cad/librecad/Makefile:1.31
--- pkgsrc/cad/librecad/Makefile:1.30   Mon Sep  5 21:13:21 2016
+++ pkgsrc/cad/librecad/Makefile        Fri Sep  9 18:46:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/09/05 21:13:21 plunky Exp $
+# $NetBSD: Makefile,v 1.31 2016/09/09 18:46:52 plunky Exp $
 #
 
 DISTNAME=      LibreCAD-2.1.1
@@ -62,6 +62,7 @@ do-install:
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
 .include "../../math/muparser/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt4-tools= full



Home | Main Index | Thread Index | Old Index