summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/isect/Makefile9
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"