diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 19:30:41 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 19:30:41 +0000 |
commit | 633c9f44bba4589fcc33a5887a5b0165806f057f (patch) | |
tree | 54ee7d3b8f8816680284511ed1475d2449764355 /textproc/lout | |
parent | 9519895e592b8fa3a3224f8802c8dca277d8cb1f (diff) | |
download | pkgsrc-633c9f44bba4589fcc33a5887a5b0165806f057f.tar.gz |
This requires zlib, so say so.
Diffstat (limited to 'textproc/lout')
-rw-r--r-- | textproc/lout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/lout/Makefile b/textproc/lout/Makefile index 6fb14d4b3e3..997365e843f 100644 --- a/textproc/lout/Makefile +++ b/textproc/lout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/09/15 09:51:38 agc Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/08 19:30:41 tv Exp $ # DISTNAME= lout-3.26 @@ -24,4 +24,5 @@ post-install: (cd ${PREFIX}; ${FIND} -d share/lout -type d -print | \ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |