diff options
author | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
commit | ae35b6154807dcc8e7b52b4af95aea0d3dc32d64 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /audio | |
parent | 517e21a42cdd21bd90f199e6eda56f3bba08c105 (diff) | |
download | pkgsrc-ae35b6154807dcc8e7b52b4af95aea0d3dc32d64.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rplay/Makefile | 4 | ||||
-rw-r--r-- | audio/timidity/Makefile | 4 | ||||
-rw-r--r-- | audio/workman/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 3ee9d259f42..62471025027 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # -# $NetBSD: Makefile,v 1.4 1998/01/24 03:13:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/30 13:56:55 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ MAINTAINER= rmallory@csusb.edu -LIB_DEPENDS= gsm\\.1\\.0:${PORTSDIR}/audio/gsm +LIB_DEPENDS= gsm.1.0:${PORTSDIR}/audio/gsm BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 33086e3cdc0..675dc248fab 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.4 1998/01/26 17:44:56 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/30 13:56:59 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp # @@ -19,7 +19,7 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= ncurses\\.3:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses NO_CDROM= "Uses copyrighted patches" diff --git a/audio/workman/Makefile b/audio/workman/Makefile index 7f2a8ec5981..304913f464d 100644 --- a/audio/workman/Makefile +++ b/audio/workman/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Now 1995 # Whom: Donald Burr <d_burr@ix.netcom.com> # -# $NetBSD: Makefile,v 1.2 1998/01/19 01:17:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/30 13:57:01 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 19:55:18 jseger Exp # @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= applications/WorkMan MAINTAINER= d_burr@ix.netcom.com -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview.3.:${PORTSDIR}/x11/xview-lib WRKSRC= ${WRKDIR}/workman USE_IMAKE= yes |