diff options
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 9dc4e4fb854..e633f6479d8 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.8 1999/10/22 23:43:47 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/26 02:00:39 jlam Exp $ DISTNAME= esound-0.2.15 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/} MAINTAINER= root@garbled.net -HOMEPAGE= http://pw1.netcom.com/~ericmit/EsounD.html +HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html DEPENDS+= libaudiofile-*:../../audio/libaudiofile GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" |