diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-06 01:47:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-06 01:47:03 +0800 |
commit | bab7c1f41b1a88766d609855ebcef8ef4cb188f5 (patch) | |
tree | d8b9073a52247255499d0a8d90bd9498ca34e334 /www/midori | |
parent | 523ceafe7152ba6b0b6a0e3c34387b2d7bf30fd9 (diff) | |
download | freebsd-ports-gnome-bab7c1f41b1a88766d609855ebcef8ef4cb188f5.tar.gz freebsd-ports-gnome-bab7c1f41b1a88766d609855ebcef8ef4cb188f5.tar.zst freebsd-ports-gnome-bab7c1f41b1a88766d609855ebcef8ef4cb188f5.zip |
- Add USES=libtool and bump dependent ports
- Add USE_GNOME=gnomehier to fix leftovers
- Simplify documentation handling with staging and install documentation
in standard location
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index bf14c870d9ec..3db553296bab 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -3,7 +3,7 @@ PORTNAME= midori PORTVERSION= 0.5.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www xfce MASTER_SITES= http://www.midori-browser.org/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION}_all_ |