diff options
author | obache <obache@pkgsrc.org> | 2011-01-01 03:10:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-01 03:10:10 +0000 |
commit | 760aa91f4c320201c49c7fb9678ce701e0784cad (patch) | |
tree | d99ff1bb609bfd05168737f1fdc5a592553f5e1f /www | |
parent | d6d61e26440c63ec17eaebefac1d5ccd81eb0363 (diff) | |
download | pkgsrc-760aa91f4c320201c49c7fb9678ce701e0784cad.tar.gz |
Need to use externanl gettext-lib if using external neon,
or failed to build.
Diffstat (limited to 'www')
-rw-r--r-- | www/cadaver/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 7708efda3b2..fb4cceb5b60 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2010/06/16 16:53:56 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2011/01/01 03:10:10 obache Exp $ DISTNAME= cadaver-0.23.3 CATEGORIES= www @@ -12,6 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= cadaver GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --enable-netrc CONFIGURE_ARGS+= --with-expat #CONFIGURE_ARGS+= --with-included-neon @@ -25,6 +26,7 @@ LIBS+= ${BUILDLINK_LDADD.termcap} .include "../../security/openssl/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../www/neon/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.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 |