diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-05 04:46:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-05 04:46:30 +0000 |
commit | a621c73e058c5266f4537bf0b27bed82d90d4bfd (patch) | |
tree | c3caf8eee492449907ff08031187ace1926daac2 /www/encompass | |
parent | kill anonther malloc.h problem (diff) |
Chase the neon shared lib version.
Notes
Notes:
svn path=/head/; revision=72553
Diffstat (limited to 'www/encompass')
-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 d2e83e156a77..115ffde1a7a6 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -7,7 +7,7 @@ PORTNAME= encompass PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= http://elysium.zoned.net/${PORTNAME}/ \ http://encompass.sourceforge.net/ \ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= neon.22:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.23:${PORTSDIR}/www/neon USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gtkhtml |