diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-24 02:19:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-24 02:19:20 +0000 |
commit | 73829a359d877a007ba08dd2224c17272d9e2cd8 (patch) | |
tree | 9fc00d69d2446e35d508bda09fef20b3b46aa903 /textproc | |
parent | b0b29e924dfb01fd54b00967f739e2468c90eb20 (diff) | |
download | pkgsrc-73829a359d877a007ba08dd2224c17272d9e2cd8.tar.gz |
A comment that ../../devel/libtool/buildlink2.mk is needed by libltdl.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index d01700f2877..148684cfede 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/01/16 12:33:55 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/24 02:19:20 uebayasi Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-client-1.8.0 @@ -21,5 +21,6 @@ FILESDIR= ${.CURDIR}/../../textproc/dict-server/files PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo +# XXX This is needed by libltdl. .include "../../devel/libtool/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |