diff options
author | grant <grant@pkgsrc.org> | 2004-04-12 02:15:40 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-12 02:15:40 +0000 |
commit | 711006e20ea5c5d38d63b8b1a5d5287fcb5e727a (patch) | |
tree | 8a466ef290c89568e61ae6076766affc8c6c093d /x11 | |
parent | bb248a44cedb1fc0796cb7437ce5eb43333d5670 (diff) | |
download | pkgsrc-711006e20ea5c5d38d63b8b1a5d5287fcb5e727a.tar.gz |
add missing dependency on expat.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 3 |
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" |