diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-05 12:46:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-05 12:46:30 +0800 |
commit | 61cbecb314239b72595dbd161758e029cc781501 (patch) | |
tree | 6e727377e99f0826f29eabc1b1f04a1188477612 /www/screem | |
parent | d69ce359c61fbc41a40670ed1097d7274c3c52c1 (diff) | |
download | freebsd-ports-gnome-61cbecb314239b72595dbd161758e029cc781501.tar.gz freebsd-ports-gnome-61cbecb314239b72595dbd161758e029cc781501.tar.zst freebsd-ports-gnome-61cbecb314239b72595dbd161758e029cc781501.zip |
Chase the neon shared lib version.
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index b2fa2c84c036..dac326fba812 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,6 +7,7 @@ PORTNAME= screem PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ @@ -19,7 +20,7 @@ LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \ - neon.22:${PORTSDIR}/www/neon + neon.23:${PORTSDIR}/www/neon USE_GMAKE= yes USE_X_PREFIX= yes |