diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-26 13:08:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-26 13:08:20 +0000 |
commit | 67c6693e8104e938fc2404555d4990ca7949ae2c (patch) | |
tree | 75827fb64e90da1c6f1ac62163cd0b05bd5cac14 /audio/xine-arts | |
parent | aeeaed607879c0948286ca4b1874cf7197a1142a (diff) | |
download | pkgsrc-67c6693e8104e938fc2404555d4990ca7949ae2c.tar.gz |
Fix path to xine-lib; moved to the multimedia category.
Diffstat (limited to 'audio/xine-arts')
-rw-r--r-- | audio/xine-arts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index bfb9991e04a..343c0d00ce6 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2004/01/24 09:27:43 tron Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/26 13:08:20 jmmv Exp $ # -.include "../../graphics/xine-lib/Makefile.common" +.include "../../multimedia/xine-lib/Makefile.common" PKGNAME:= ${PKGNAME:S/lib/arts/} CATEGORIES= audio -DEPENDS+= xine-lib>=1rc0anb3:../../graphics/xine-lib +DEPENDS+= xine-lib>=1rc0anb3:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out |