diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-19 10:41:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-19 10:41:48 +0000 |
commit | b2f5599bfb9e01addfa3962f36ec72edd87c999f (patch) | |
tree | a0351a07c9682c38cd063919c0d5f366b8318321 /www/neonpp | |
parent | ab31e7dbf5145ee1c75964888c8fc9fbe4e7a6cd (diff) |
Notes
Diffstat (limited to 'www/neonpp')
-rw-r--r-- | www/neonpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/neonpp/Makefile b/www/neonpp/Makefile index 464ae61b45aa..131ed9aa7367 100644 --- a/www/neonpp/Makefile +++ b/www/neonpp/Makefile @@ -17,10 +17,12 @@ MAINTAINER= novel@FreeBSD.org COMMENT= C++ wrapper library for neon LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - neon.26:${PORTSDIR}/www/neon26 + neon.28:${PORTSDIR}/www/neon28 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig +BROKEN= fails to build with new www/neon28 + .include <bsd.port.mk> |