summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-30 14:26:11 +0000
committertron <tron@pkgsrc.org>2000-07-30 14:26:11 +0000
commitfdebafe7f592cdc6e91a064049906d20a639fadb (patch)
tree2408d8cc5b55efadb3aef7cd05610ccaee88b215
parent77dc5dfe7d3e41170de9a351c9cc520aeed6862b (diff)
downloadpkgsrc-fdebafe7f592cdc6e91a064049906d20a639fadb.tar.gz
The "lesstif12" package is in directory "pkgsrc/x11/lesstif12" not
in "pkgsrc/x11/lesstif".
-rw-r--r--mk/bsd.pkg.mk4
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