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 | da0a07abcea27703d78e39abd64fc59fba0143c5 (patch) | |
tree | 54ee7d3b8f8816680284511ed1475d2449764355 /textproc | |
parent | eee7d9e8973e61acd8cdef5809161f1bac8cf5ba (diff) | |
download | pkgsrc-da0a07abcea27703d78e39abd64fc59fba0143c5.tar.gz |
This requires zlib, so say so.
Diffstat (limited to 'textproc')
-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" |