summaryrefslogtreecommitdiff
path: root/audio/xhippo/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-07-10 10:57:22 +0000
committeradam <adam@pkgsrc.org>2003-07-10 10:57:22 +0000
commitb63a4b21655e089e547e59f962d8edf1f38cbc3a (patch)
tree45bd9bb82374bd5c8526b4a2e85e6afa5da4fc49 /audio/xhippo/Makefile
parent884a7af291110a616c2317d01754bd882b66c9c0 (diff)
downloadpkgsrc-b63a4b21655e089e547e59f962d8edf1f38cbc3a.tar.gz
Revision bumped; dependency changed from mad to libmad
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r--audio/xhippo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index d0182e1b511..d09e38ac7db 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2003/05/02 11:53:47 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2003/07/10 11:14:12 adam Exp $
#
DISTNAME= xhippo-3.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio x11
MASTER_SITES= ${MASTER_SITE_GNU:=xhippo/}
@@ -31,5 +31,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/xhippo.sgml ${PREFIX}/share/doc/xhippo
.include "../../x11/gtk/buildlink2.mk"
-.include "../../audio/mad/buildlink2.mk"
+.include "../../audio/libmad/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"