diff options
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 4483c5f..4d96864 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: esound -# Version required: 0.2.4 +# Version required: 0.2.7 # Date created: 19 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/05 09:30:43 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/22 15:47:43 vanilla Exp $ # -DISTNAME= esound-0.2.4 +DISTNAME= esound-0.2.7 CATEGORIES= audio MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ @@ -14,10 +14,9 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ MAINTAINER= vanilla@FreeBSD.ORG -USE_GMAKE= yes -USE_X_PREFIX= yes +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile + GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/esound post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |