diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-03-16 10:03:11 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-03-16 10:03:11 +0000 |
commit | de7020af32b8546e31c7891c14f28c898ffc74f8 (patch) | |
tree | 8bae992377f9c4bda81f1e6be3740ad7e48dc20c /www/neonpp | |
parent | 248aeb3a1dbbc217a941b4a4f72cca85c19c401b (diff) | |
download | ports-de7020af32b8546e31c7891c14f28c898ffc74f8.tar.gz ports-de7020af32b8546e31c7891c14f28c898ffc74f8.zip |
Notes
Diffstat (limited to 'www/neonpp')
-rw-r--r-- | www/neonpp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/neonpp/Makefile b/www/neonpp/Makefile index d6ac6a3f633d..0ebf0ce5a6cd 100644 --- a/www/neonpp/Makefile +++ b/www/neonpp/Makefile @@ -7,6 +7,7 @@ PORTNAME= neonpp PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://files.beep-media-player.org/releases/neonpp/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +17,9 @@ MAINTAINER= novel@FreeBSD.org COMMENT= C++ wrapper library for neon LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - neon.25:${PORTSDIR}/www/neon + neon.26:${PORTSDIR}/www/neon + +BROKEN= does not build with www/neon 0.26.x USE_LDCONFIG= yes GNU_CONFIGURE= yes |