diff options
author | tv <tv> | 2005-11-08 19:30:41 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-08 19:30:41 +0000 |
commit | f4a57105220d5ad16b1dbbffe35fa67f993287a7 (patch) | |
tree | 54ee7d3b8f8816680284511ed1475d2449764355 | |
parent | 2a061abe90f4004369f7e189001789b282632419 (diff) | |
download | pkgsrc-f4a57105220d5ad16b1dbbffe35fa67f993287a7.tar.gz |
This requires zlib, so say so.
-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" |