diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-18 15:36:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-18 15:36:34 +0000 |
commit | 8ea34d6879bbf0fc829aaeedc7bcb6c700437899 (patch) | |
tree | 75af221cd3cccc0ea30e531e678c980e59a03c02 /x11 | |
parent | e81ec9c94e7d1ab8204af27ffc4a0a5963531e11 (diff) | |
download | pkgsrc-8ea34d6879bbf0fc829aaeedc7bcb6c700437899.tar.gz |
Also depend on xgettext. Fixes PR 37798.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 35ef3b74f53..4a80e9e1f4f 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -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 @@ CONFLICTS+= xpm-[0-9]* 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 |