diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 03:57:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 03:57:10 +0000 |
commit | e66a62bc01cbafe3255597b2750e23d5cfe92053 (patch) | |
tree | a6785e7bcc2c09bb4818e18b4e247467fdec143e /x11/xplanet/Makefile | |
parent | 831b1ec311c5e1b5c2fe1cace71e248d6340a487 (diff) | |
download | pkgsrc-e66a62bc01cbafe3255597b2750e23d5cfe92053.tar.gz |
Fix PLIST. Needs pkg-config. Both change the package, so bump revision.
Diffstat (limited to 'x11/xplanet/Makefile')
-rw-r--r-- | x11/xplanet/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 1cbe3e9996a..f60640a525d 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2007/02/22 19:27:29 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2007/06/30 03:57:10 joerg Exp $ DISTNAME= xplanet-1.2.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/} @@ -16,7 +16,7 @@ CONFIGURE_ENV+= PERL=${_ENV_PERL:Q} _ENV_PERL= ${TOOLS_SETENV} perl # directory creation should be fixed in the future release of xplanet -XPLANET_DIRS= arcs config fonts images markers origin +XPLANET_DIRS= arcs config ephemeris fonts images markers origin XPLANET_DIRS+= satellites scripts spice stars INSTALLATION_DIRS+= ${XPLANET_DIRS:C,.*,share/xplanet/&,g} @@ -27,6 +27,8 @@ PKG_SUGGESTED_OPTIONS= x11 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mx11) +USE_TOOLS+= pkg-config + BUILDLINK_DEPMETHOD.libXt?= build .include "../../devel/pango/buildlink3.mk" |