diff options
author | marino <marino@FreeBSD.org> | 2014-04-17 06:52:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-04-17 06:52:27 +0800 |
commit | f8f87ce44ce99276fcd979c726c0628b4090b72f (patch) | |
tree | a872005f16d477c0e75030429e12e60c5849f53d /www/midori/Makefile | |
parent | 84abfe3b8cf2fc408b48c80201268a7539a0d4bf (diff) | |
download | freebsd-ports-gnome-f8f87ce44ce99276fcd979c726c0628b4090b72f.tar.gz freebsd-ports-gnome-f8f87ce44ce99276fcd979c726c0628b4090b72f.tar.zst freebsd-ports-gnome-f8f87ce44ce99276fcd979c726c0628b4090b72f.zip |
www/midori: Fix pkg-plist
The midori-MidoriViewable.html file no longer installs, breaking the
build against a plist-check.
patch from: maintainer (Olivier Duchateau)
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index a36bb33e2605..df1bf0c5c4af 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -3,7 +3,7 @@ PORTNAME= midori PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www xfce MASTER_SITES= http://www.midori-browser.org/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION}_all_ @@ -17,8 +17,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \ valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libnotify.so:${PORTSDIR}/devel/libnotify \ +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss @@ -33,6 +32,7 @@ USE_XORG= xscrnsaver INSTALLS_ICONS= yes USE_LDCONFIG= yes USES= desktop-file-utils pkgconfig cmake gettext tar:bzip2 +USE_SQLITE= yes PLIST_SUB= VERSION="${PORTVERSION:R}" |