summaryrefslogtreecommitdiff
path: root/audio/xhippo
diff options
context:
space:
mode:
authoradam <adam>2003-07-10 10:57:22 +0000
committeradam <adam>2003-07-10 10:57:22 +0000
commitd5ef6b3edc1cbeab2ab2c135f5acbf639b9bb8e1 (patch)
tree45bd9bb82374bd5c8526b4a2e85e6afa5da4fc49 /audio/xhippo
parent49b37feb2ad234055a08ce6221f6639edea67c07 (diff)
downloadpkgsrc-d5ef6b3edc1cbeab2ab2c135f5acbf639b9bb8e1.tar.gz
Revision bumped; dependency changed from mad to libmad
Diffstat (limited to 'audio/xhippo')
-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"