diff options
author | grant <grant> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:11:48 +0000 |
commit | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /print/tex-bagpipetex/Makefile | |
parent | 8e5c68bc6464f7711b87bf4c17adea2559863de7 (diff) | |
download | pkgsrc-ac64fe6ac14fdf1683065506a0d1d7e03cc15349.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'print/tex-bagpipetex/Makefile')
-rw-r--r-- | print/tex-bagpipetex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-bagpipetex/Makefile b/print/tex-bagpipetex/Makefile index 31b01980616..6eb8e570673 100644 --- a/print/tex-bagpipetex/Makefile +++ b/print/tex-bagpipetex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/02/11 00:51:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/19 10:15:30 grant Exp $ # DISTNAME= bagpipetex-3.01 @@ -12,7 +12,7 @@ MAINTAINER= dgriffi@cs.csubak.edu HOMEPAGE= http://www.stanford.edu/~wrinnes/bagpipe.tex/ COMMENT= MusixTeX macros to typeset bagpipe music -DEPENDS+= tex-musixtex>=112:../tex-musixtex +DEPENDS+= tex-musixtex>=112:../../print/tex-musixtex WRKSRC= ${WRKDIR} NO_CONFIGURE= yes |