diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-09-08 16:27:29 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-09-08 16:27:29 +0000 |
commit | e0488a5d409b5461391ba3d70ff4432f9eeea365 (patch) | |
tree | 3e9f74f76a975c46a6c79899b0eb63ac322b1e18 /x11/eterm | |
parent | a5ab318dce03482cf586ce6a853b6e8391bb3d90 (diff) | |
download | pkgsrc-e0488a5d409b5461391ba3d70ff4432f9eeea365.tar.gz |
Add libtool buildlink, so that this finds libltdl.
Should fix problem seen in last bulk-build.
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 9189d77c354..482c9f5777d 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/07/12 19:27:05 cube Exp $ +# $NetBSD: Makefile,v 1.35 2004/09/08 16:27:29 jschauma Exp $ # DISTNAME= Eterm-0.9.2 @@ -60,6 +60,7 @@ post-extract: done .include "../../devel/libast/buildlink3.mk" +.include "../../devel/libtool/buildlink3.mk" .include "../../graphics/imlib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |