diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-18 20:35:07 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-18 20:35:07 +0000 |
commit | fb23a5c083dee9d9c2e05882ffcc575366f181c5 (patch) | |
tree | 6794bdd1f61a18b8b47aadb3dbed018e71f6f9e3 /www | |
parent | 795f6a5ca082c212407fc915abdd40e8fe360b9d (diff) | |
download | FreeBSD-ports-fb23a5c083dee9d9c2e05882ffcc575366f181c5.zip FreeBSD-ports-fb23a5c083dee9d9c2e05882ffcc575366f181c5.tar.gz |
Chase neon shared lib version number.
Submitted by: bento
Diffstat (limited to 'www')
-rw-r--r-- | www/encompass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index f7bef05..f527335 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -7,7 +7,7 @@ PORTNAME= encompass PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= http://elysium.zoned.net/${PORTNAME}/ \ http://encompass.sourceforge.net/ \ @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old -LIB_DEPENDS= neon.19:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.21:${PORTSDIR}/www/neon USE_GNOME= yes USE_X_PREFIX= yes |