summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-12 02:15:40 +0000
committergrant <grant@pkgsrc.org>2004-04-12 02:15:40 +0000
commitba999f508e7557c389fbb104d13da845e512731d (patch)
tree8a466ef290c89568e61ae6076766affc8c6c093d /x11/lesstif
parent2e356d176085e39e43abae81a6598b5f1f444760 (diff)
downloadpkgsrc-ba999f508e7557c389fbb104d13da845e512731d.tar.gz
add missing dependency on expat.
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 8164d12f654..a9e320e0742 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2004/04/11 18:26:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.72 2004/04/12 02:15:40 grant Exp $
DISTNAME= lesstif-0.93.94
CATEGORIES= x11
@@ -76,4 +76,5 @@ pre-install:
post-install:
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"