diff options
author | xtraeme <xtraeme> | 2003-09-27 02:46:09 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-27 02:46:09 +0000 |
commit | cb712153a147b043b4fef396adc94ba1c19a7b3b (patch) | |
tree | 525cc93b5d965b382b751a42f2fdb2ebd10dcc96 /editors/conglomerate | |
parent | 1c509ca34ad845bea68dc4d28cd86a9feb9fc32d (diff) | |
download | pkgsrc-cb712153a147b043b4fef396adc94ba1c19a7b3b.tar.gz |
Add pthread's buildlink and scrollkeeper's omf.mk (fixes latest bulk build
by hubertf@)
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index d4298fdc889..433d32bbf02 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/25 15:45:20 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/27 02:46:09 xtraeme Exp $ # DISTNAME= conglomerate-0.7.4 @@ -29,4 +29,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/pkgconfig/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../textproc/libxslt/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" + +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |