diff options
author | uebayasi <uebayasi> | 2003-03-24 02:19:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-03-24 02:19:20 +0000 |
commit | 9aa59fe258295b4d6c5c306373b6029245036459 (patch) | |
tree | 9fc00d69d2446e35d508bda09fef20b3b46aa903 | |
parent | 671f9f4c91db35ae38689224c77a231d662a3733 (diff) | |
download | pkgsrc-9aa59fe258295b4d6c5c306373b6029245036459.tar.gz |
A comment that ../../devel/libtool/buildlink2.mk is needed by libltdl.
-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" |