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 | |
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')
-rw-r--r-- | x11/xplanet/Makefile | 8 | ||||
-rw-r--r-- | x11/xplanet/PLIST | 3 |
2 files changed, 7 insertions, 4 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" diff --git a/x11/xplanet/PLIST b/x11/xplanet/PLIST index 497058f071b..195b39c1c94 100644 --- a/x11/xplanet/PLIST +++ b/x11/xplanet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/06/30 15:06:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/06/30 03:57:10 joerg Exp $ bin/xplanet man/man1/xplanet.1 share/xplanet/arcs/README @@ -8,6 +8,7 @@ share/xplanet/config/default share/xplanet/config/earth_markers share/xplanet/config/moon_orbit share/xplanet/config/overlay_clouds +share/xplanet/ephemeris/README share/xplanet/fonts/FreeMonoBold.ttf share/xplanet/fonts/README share/xplanet/images/README |