summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorobache <obache>2012-05-03 09:55:29 +0000
committerobache <obache>2012-05-03 09:55:29 +0000
commitaa59a3e9c944e5ca84f4982611d3952aea90cfe6 (patch)
treefaeb476c22a37813cd54d915993f3791c38ebb58 /audio
parente2838f3201eeded5895f77e97afc7673360a4221 (diff)
downloadpkgsrc-aa59a3e9c944e5ca84f4982611d3952aea90cfe6.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 'audio')
-rw-r--r--audio/nas/Makefile6
-rw-r--r--audio/xcdplayer/Makefile5
2 files changed, 4 insertions, 7 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index 5111fda8dc2..e43a4689028 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2012/02/15 15:33:27 hans Exp $
+# $NetBSD: Makefile,v 1.88 2012/05/03 09:55:29 obache Exp $
DISTNAME= nas-1.9.1.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nas/}
@@ -90,6 +90,4 @@ pre-configure:
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile
index 43783a150f7..28785642fa7 100644
--- a/audio/xcdplayer/Makefile
+++ b/audio/xcdplayer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2011/09/04 22:05:39 dholland Exp $
+# $NetBSD: Makefile,v 1.26 2012/05/03 09:55:29 obache Exp $
DISTNAME= xcdplayer-2.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
@@ -21,7 +21,6 @@ pre-configure:
${CP} ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man
.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"