diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 20:35:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 20:35:07 +0000 |
commit | bf1ec224a752e1038a7ff29bae4301623cffd48b (patch) | |
tree | be51c781b1e6fb48295318873a17c900702de271 | |
parent | Upgrade to 0.24. (diff) |
Chase neon shared lib version number.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=66637
-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 f7bef052c85d..f527335e7397 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 |