diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /audio/rplay | |
parent | 0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff) | |
download | pkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |