diff options
author | asami <asami@FreeBSD.org> | 1998-09-22 19:10:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-22 19:10:14 +0000 |
commit | 23c862245ea962cb073e5ad6088ef85f32933c72 (patch) | |
tree | e19fc8f72c544762d613980f137f7370e6258586 /audio | |
parent | cb3566031d711c48166e1ae0c078a6237c2c051d (diff) | |
download | FreeBSD-ports-23c862245ea962cb073e5ad6088ef85f32933c72.zip FreeBSD-ports-23c862245ea962cb073e5ad6088ef85f32933c72.tar.gz |
libgsm is now converted to ELF.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rplay/Makefile | 4 | ||||
-rw-r--r-- | audio/speak_freely/Makefile | 4 | ||||
-rw-r--r-- | audio/vat/Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 4999c07..e49272d 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 diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile index b141372..1caa71c 100644 --- a/audio/speak_freely/Makefile +++ b/audio/speak_freely/Makefile @@ -4,7 +4,7 @@ # Date created: 18 Apr 1996 # Whom: ache # -# $Id: Makefile,v 1.3 1996/11/18 11:33:26 asami Exp $ +# $Id: Makefile,v 1.4 1997/09/23 23:30:32 ache Exp $ # DISTNAME= speak_freely-6.1c @@ -13,7 +13,7 @@ MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/ MAINTAINER= ache@FreeBSD.ORG -LIB_DEPENDS= gsm\\.1\\.0:${PORTSDIR}/audio/gsm +LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm UTILS= sfspeaker sfmike sflwl DEMNS= sfecho sflwld diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 4a835ce..9c71160 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -3,7 +3,7 @@ # Date created: 2 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.6 1998/08/05 09:31:32 asami Exp $ +# $Id: Makefile,v 1.7 1998/08/07 23:56:38 asami Exp $ # DISTNAME= vat-4.0b2 @@ -20,8 +20,8 @@ GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10 # we can use this first BUILD_DEPENDS and save some work. #BUILD_DEPENDS= ${GSM_WORK}/inc/private.h:${GSM_DIR}:patch BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build -LIB_DEPENDS= tk80:${PORTSDIR}/x11-toolkits/tk80 \ - gsm:${GSM_DIR} +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ + gsm.1:${GSM_DIR} USE_X_PREFIX= yes USE_AUTOCONF= yes |