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 | 9080fc91c6fc099e4e8cbdd4b907b2089c3838f5 (patch) | |
tree | 75af221cd3cccc0ea30e531e678c980e59a03c02 /x11/libXpm | |
parent | 9f56d17ca0ff4ee5df864f298eb52d46808c766c (diff) | |
download | pkgsrc-9080fc91c6fc099e4e8cbdd4b907b2089c3838f5.tar.gz |
Also depend on xgettext. Fixes PR 37798.
Diffstat (limited to 'x11/libXpm')
-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 |