diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-19 01:58:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-19 01:58:59 +0800 |
commit | 808ff5ee3555d399f7f367006c6dca983b9815f8 (patch) | |
tree | bf95c00c8aaec1efb7140787b89a8922f01b3bfd /www/screem | |
parent | d37594b248221e8db4b43074c789f389d97404ac (diff) | |
download | freebsd-ports-gnome-808ff5ee3555d399f7f367006c6dca983b9815f8.tar.gz freebsd-ports-gnome-808ff5ee3555d399f7f367006c6dca983b9815f8.tar.zst freebsd-ports-gnome-808ff5ee3555d399f7f367006c6dca983b9815f8.zip |
Chase the libcroco shared lib version.
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 3fe899dc12e9..844d4e03a454 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= coop9211@uidaho.edu COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \ - croco.2:${PORTSDIR}/textproc/libcroco + croco.3:${PORTSDIR}/textproc/libcroco USE_GMAKE= yes USE_REINPLACE= yes |