diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 21:53:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 21:53:20 +0000 |
commit | 0c37524368022b8c9a4d320eb26cb0155cedffd7 (patch) | |
tree | 20c801e68cf62b1fb8fab02693fe1cc32d70ef7f /misc/bbweather | |
parent | bf128f852b9ef3ecb1c7aa6d244550947878d386 (diff) | |
download | pkgsrc-0c37524368022b8c9a4d320eb26cb0155cedffd7.tar.gz |
Modular Xorg support.
Diffstat (limited to 'misc/bbweather')
-rw-r--r-- | misc/bbweather/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index 87e327b4995..ebd1805c638 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/01/07 09:14:00 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/15 21:56:58 joerg Exp $ # DISTNAME= bbweather-0.6.2 @@ -18,10 +18,13 @@ REPLACE_PERL= GrabWeather USE_LANGUAGES= c c++ USE_TOOLS+= gunzip perl:run -.include "../../mk/x11.buildlink3.mk" - post-install: cd ${PREFIX}/${PKGMANDIR}/man1 && ${GUNZIP_CMD} GrabWeather.1.gz cd ${PREFIX}/${PKGMANDIR}/man1 && ${GUNZIP_CMD} bbweather.1.gz +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |