pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/pslib In order to get and use the .mo listed in ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/457463c48cb1
branches: trunk
changeset: 502625:457463c48cb1
user: tv <tv%pkgsrc.org@localhost>
date: Mon Nov 07 19:09:34 2005 +0000
description:
In order to get and use the .mo listed in PLIST, we need gettext and msgfmt.
diffstat:
print/pslib/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 8e1823399427 -r 457463c48cb1 print/pslib/Makefile
--- a/print/pslib/Makefile Mon Nov 07 18:53:53 2005 +0000
+++ b/print/pslib/Makefile Mon Nov 07 19:09:34 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/08/24 19:05:14 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2005/11/07 19:09:34 tv Exp $
#
DISTNAME= pslib-0.2.6
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pslib/}
@@ -11,10 +12,12 @@
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+BUILD_USES_MSGFMT= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libps.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= perl
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index