diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:19:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:19:37 +0000 |
commit | 8c0520a0b3d9f78c0127c8751d755adfd48613a7 (patch) | |
tree | e9e56b4b803cd544cd8f132d6c3d6bb7f6e9e442 /www/midori | |
parent | bf548998cb24c05770825e2daebd4c059d48e3d9 (diff) |
Notes
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index fed9ac0528d7..37ae76da3e2e 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -31,8 +31,7 @@ USE_GNOME= glib20 intltool libxml2 USE_XORG= xscrnsaver INSTALLS_ICONS= yes USE_LDCONFIG= yes -USES= cmake desktop-file-utils gettext pkgconfig tar:bzip2 -USE_SQLITE= yes +USES= cmake desktop-file-utils gettext pkgconfig sqlite tar:bzip2 PLIST_SUB= VERSION="${PORTVERSION:R}" |