pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXpm Also depend on xgettext. Fixes PR 37798.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a754a30e94de
branches:  trunk
changeset: 537868:a754a30e94de
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 18 15:36:34 2008 +0000

description:
Also depend on xgettext. Fixes PR 37798.

diffstat:

 x11/libXpm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 569511bf35cd -r a754a30e94de x11/libXpm/Makefile
--- a/x11/libXpm/Makefile       Fri Jan 18 14:42:29 2008 +0000
+++ b/x11/libXpm/Makefile       Fri Jan 18 15:36:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/01/15 23:53:01 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/01/18 15:36:34 joerg Exp $
 #
 
 DISTNAME=              libXpm-3.5.7
@@ -15,7 +15,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config xgettext
 PKGCONFIG_OVERRIDE+=   xpm.pc.in
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                APP_MAN_SUFFIX=1



Home | Main Index | Thread Index | Old Index