summaryrefslogtreecommitdiff
path: root/print/pslib
diff options
context:
space:
mode:
authortv <tv>2005-11-07 19:09:34 +0000
committertv <tv>2005-11-07 19:09:34 +0000
commitf391df891742009b6a20076d23fa657fb4bdd386 (patch)
tree36776c56604a00abad9429ff1ed996129e2e4c05 /print/pslib
parentb60669c3fbff3cf6948f247a888b22357577aaed (diff)
downloadpkgsrc-f391df891742009b6a20076d23fa657fb4bdd386.tar.gz
In order to get and use the .mo listed in PLIST, we need gettext and msgfmt.
Diffstat (limited to 'print/pslib')
-rw-r--r--print/pslib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index eb55418ac56..b6760b8f474 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -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 @@ COMMENT= C-library to create PostScript files
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"