diff options
-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 |