diff options
author | tron <tron@pkgsrc.org> | 2000-07-30 14:26:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-30 14:26:11 +0000 |
commit | fdebafe7f592cdc6e91a064049906d20a639fadb (patch) | |
tree | 2408d8cc5b55efadb3aef7cd05610ccaee88b215 /mk | |
parent | 77dc5dfe7d3e41170de9a351c9cc520aeed6862b (diff) | |
download | pkgsrc-fdebafe7f592cdc6e91a064049906d20a639fadb.tar.gz |
The "lesstif12" package is in directory "pkgsrc/x11/lesstif12" not
in "pkgsrc/x11/lesstif".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 3098b5a3376..42d3f4f487d 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.524 2000/07/30 08:52:41 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.525 2000/07/30 14:26:11 tron Exp $ # # This file is in the public domain. # @@ -731,7 +731,7 @@ FETCH_BEFORE_ARGS += -p # Check if we got a real Motif, LessTif or no Motif at all. .if defined(USE_MOTIF) .if defined(USE_MOTIF12) -LESSTIF_DEPENDS= lesstif12-*:../../x11/lesstif +LESSTIF_DEPENDS= lesstif12-*:../../x11/lesstif12 .else LESSTIF_DEPENDS= lesstif-*:../../x11/lesstif .endif |