diff options
author | epg <epg@pkgsrc.org> | 2003-09-10 04:37:57 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2003-09-10 04:37:57 +0000 |
commit | 8933dfea253b847f5b42621738c833e70578e726 (patch) | |
tree | b3c851e146cfd608d764be39797fbb62b040d2c9 /www/cadaver | |
parent | 7bb1272cafed1b69c81dd0dd61ed71c246efacf0 (diff) | |
download | pkgsrc-8933dfea253b847f5b42621738c833e70578e726.tar.gz |
Use internal neon rather than the www/neon package and add the
following note to the Makefile:
# DON'T make this package depend on the www/neon package until neon
# becomes stable; keep it using its internal copy of neon as with
# www/sitecopy. This package has in the past bounced back and forth
# between using external and internal neon because neon moves faster
# than cadaver, and does so incompatibly.
Diffstat (limited to 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 0a7ac6be072..0032f7b30ab 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/07/22 04:14:21 martti Exp $ +# $NetBSD: Makefile,v 1.23 2003/09/10 04:37:57 epg Exp $ DISTNAME= cadaver-0.21.0 PKGREVISION= 2 @@ -14,12 +14,22 @@ USE_BUILDLINK2= YES ALL_TARGET= cadaver GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-netrc +CONFIGURE_ARGS+= --with-expat +CONFIGURE_ARGS+= --with-included-neon +CONFIGURE_ARGS+= --with-ssl=yes # We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no LIBS+= -ltermcap .include "../../devel/readline/buildlink2.mk" -.include "../../www/neon/buildlink2.mk" +.include "../../security/openssl/buildlink2.mk" +.include "../../textproc/expat/buildlink2.mk" + +# DON'T make this package depend on the www/neon package until neon +# becomes stable; keep it using its internal copy of neon as with +# www/sitecopy. This package has in the past bounced back and forth +# between using external and internal neon because neon moves faster +# than cadaver, and does so incompatibly. .include "../../mk/bsd.pkg.mk" |