diff options
author | joerg <joerg> | 2008-01-18 15:36:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-01-18 15:36:34 +0000 |
commit | fbf854f43de9f4347113f688933416ea8b450e55 (patch) | |
tree | 75af221cd3cccc0ea30e531e678c980e59a03c02 /x11 | |
parent | 4ed3020f7269e3d080ed53ec2d04df6e3b44e1c1 (diff) | |
download | pkgsrc-fbf854f43de9f4347113f688933416ea8b450e55.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 |