diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-22 12:28:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-22 12:28:06 +0000 |
commit | d8f8d5e8a772ab4db60b97dc5c4c40feaa402c2b (patch) | |
tree | a3c6520586d0578a8c528a119710cbbb4debda20 /x11/xplanet | |
parent | aa30e03c985067d8960fd658eb7cd6748e784d4d (diff) | |
download | pkgsrc-d8f8d5e8a772ab4db60b97dc5c4c40feaa402c2b.tar.gz |
Needs pkg-config for ft2/cairo. Add it to TOOLS.
Diffstat (limited to 'x11/xplanet')
-rw-r--r-- | x11/xplanet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 8c7e3d211b5..34ac5369816 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/02/06 12:42:31 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2012/02/22 12:28:06 wiz Exp $ DISTNAME= xplanet-1.2.2 PKGREVISION= 3 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ENV+= PERL=${_ENV_PERL:Q} _ENV_PERL= ${TOOLS_SETENV} perl |