diff options
author | obache <obache> | 2012-03-24 12:48:58 +0000 |
---|---|---|
committer | obache <obache> | 2012-03-24 12:48:58 +0000 |
commit | 13cc2f288c259cedb6f72005dcb894d3feea8c95 (patch) | |
tree | 892f7b781e4d51a0b239cd827d3f32f9e854974f /textproc | |
parent | 5bfab22fb5348ca7d0c03c17fae5cb18efa32769 (diff) | |
download | pkgsrc-13cc2f288c259cedb6f72005dcb894d3feea8c95.tar.gz |
fix pkgsrc-wip reference in buildlink3.mk
PR 46252.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mythes/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mythes/buildlink3.mk b/textproc/mythes/buildlink3.mk index 0ea9f154426..a3f792dee7d 100644 --- a/textproc/mythes/buildlink3.mk +++ b/textproc/mythes/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/17 10:57:37 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2012/03/24 12:48:58 obache Exp $ BUILDLINK_TREE+= mythes @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mythes MYTHES_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mythes+= mythes>=1.2.2 -BUILDLINK_PKGSRCDIR.mythes?= ../../wip/libmythes +BUILDLINK_PKGSRCDIR.mythes?= ../../textproc/mythes .endif # MYTHES_BUILDLINK3_MK BUILDLINK_TREE+= -mythes |