diff options
author | obache <obache@pkgsrc.org> | 2012-05-03 09:55:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-03 09:55:29 +0000 |
commit | bb4f796e3231ae6299d179adad82d6d005eb63aa (patch) | |
tree | faeb476c22a37813cd54d915993f3791c38ebb58 /time/xcal | |
parent | 1352d104c832a2a723b035b8bc80202c28e684fa (diff) | |
download | pkgsrc-bb4f796e3231ae6299d179adad82d6d005eb63aa.tar.gz |
Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
Diffstat (limited to 'time/xcal')
-rw-r--r-- | time/xcal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/xcal/Makefile b/time/xcal/Makefile index b8b6e6d3fbd..e317d4221de 100644 --- a/time/xcal/Makefile +++ b/time/xcal/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2009/07/07 19:55:43 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2012/05/03 09:55:32 obache Exp $ # DISTNAME= xcal41 PKGNAME= xcal-4.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 time MASTER_SITES= ftp://ftp.hillside.co.uk/xcal/ EXTRACT_SUFX= .tar.Z @@ -23,6 +23,5 @@ post-extract: done .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |