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 /emulators/spim | |
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 'emulators/spim')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index bea9b40bb11..13e6ab5c74d 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2011/03/06 10:22:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2012/05/03 09:55:29 obache Exp $ DISTNAME= spim-8.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/ @@ -46,6 +47,5 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |