pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontforge Explicitly depend on gettext-lib, it d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8786b085419
branches:  trunk
changeset: 507465:a8786b085419
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 02 18:02:35 2006 +0000

description:
Explicitly depend on gettext-lib, it doesn't compile without.

diffstat:

 fonts/fontforge/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3ea1223bd6be -r a8786b085419 fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile  Thu Feb 02 17:41:57 2006 +0000
+++ b/fonts/fontforge/Makefile  Thu Feb 02 18:02:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/01/31 21:28:34 adam Exp $
+# $NetBSD: Makefile,v 1.19 2006/02/02 18:02:35 joerg Exp $
 
 DISTNAME=      fontforge_full-${VERSION}
 PKGNAME=       fontforge-${VERSION}
@@ -29,5 +29,6 @@
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index