diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-24 19:18:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-24 19:18:02 +0000 |
commit | db329090402f67da820084a9f41914c78cc2ceed (patch) | |
tree | 63ebce5ca17a96fda9e892de58f72856deb2236d /misc/xfce4-weather-plugin | |
parent | 0d9fc214ccba35f7b60ca5e892f2d0f291d341c1 (diff) | |
download | pkgsrc-db329090402f67da820084a9f41914c78cc2ceed.tar.gz |
needs libxml2
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 5ae326e2761..b812b05f069 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2009/08/26 19:57:03 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/09/24 19:18:02 tnn Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.6.2 DISTNAME= xfce4-weather-plugin-${XFCE4_VERSION} -#PKGREVISION= 1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://goodies.xfce.org/releases/xfce4-weather-plugin/ COMMENT= Xfce weather plugin .include "../../x11/xfce4-panel/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |