summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorgrant <grant>2004-04-12 02:15:40 +0000
committergrant <grant>2004-04-12 02:15:40 +0000
commit4fb74e3bbc4b304ef9a573ae4735bc830ded9c28 (patch)
tree8a466ef290c89568e61ae6076766affc8c6c093d /x11/lesstif
parent7c488ba3d190dac81b3376e6c9007d89a57875f1 (diff)
downloadpkgsrc-4fb74e3bbc4b304ef9a573ae4735bc830ded9c28.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"