diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-12 18:17:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-12 18:17:41 +0000 |
commit | b5c8f69d79c9401e01fd6b898dd6d299c4846862 (patch) | |
tree | fe21dbd082020ef0ce354a24145a8efb59c24c0a | |
parent | 6493f5102396f625106fd952f0d7788869c4226d (diff) | |
download | pkgsrc-b5c8f69d79c9401e01fd6b898dd6d299c4846862.tar.gz |
Add necessary depends to fix compilation (noted in bulk build).
-rw-r--r-- | devel/isect/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 4ea4b486781..975c411a2da 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/08/06 15:38:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2002/08/12 18:17:41 wiz Exp $ # DISTNAME= isect-1.6.2 @@ -9,13 +9,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://isectd.sourceforge.net/ COMMENT= open source middleware daemon -DEPENDS+= libwww-5.*:../../www/libwww - GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig - -CPPFLAGS+= -I${LOCALBASE}/include # for w3c-libwww/WWWlib.h +PTHREAD_OPTS+= require DOCDIR= ${PREFIX}/share/doc/isect EGDIR= ${PREFIX}/share/examples/isect @@ -36,5 +33,7 @@ post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL +.include "../../www/libwww/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |