diff options
author | asami <asami@FreeBSD.org> | 1998-09-23 03:10:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-23 03:10:14 +0800 |
commit | 23c862245ea962cb073e5ad6088ef85f32933c72 (patch) | |
tree | e19fc8f72c544762d613980f137f7370e6258586 /audio/rplay/Makefile | |
parent | cb3566031d711c48166e1ae0c078a6237c2c051d (diff) | |
download | freebsd-ports-gnome-23c862245ea962cb073e5ad6088ef85f32933c72.tar.gz freebsd-ports-gnome-23c862245ea962cb073e5ad6088ef85f32933c72.tar.zst freebsd-ports-gnome-23c862245ea962cb073e5ad6088ef85f32933c72.zip |
libgsm is now converted to ELF.
Diffstat (limited to 'audio/rplay/Makefile')
-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 4999c07f9df7..e49272d02c2d 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # -# $Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp $ +# $Id: Makefile,v 1.9 1998/01/21 20:02:07 fenner Exp $ # DISTNAME= rplay-3.2.0b6 @@ -12,7 +12,7 @@ MASTER_SITES= http://rplay.doit.org/dist/ MAINTAINER= rmallory@csusb.edu -LIB_DEPENDS= gsm\\.1\\.0:${PORTSDIR}/audio/gsm +LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm HAS_CONFIGURE= yes USE_GMAKE= yes |