diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-06-28 20:56:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-06-28 20:56:16 +0800 |
commit | 350edb4537ee5fdf848c8c9593f8f0bbccd2f22d (patch) | |
tree | cb39c047d10993fdc623af8b3cc6566476534352 /graphics/ristretto | |
parent | 6445b95bc6dcc751457a3bfdd40512a97b258eec (diff) | |
download | freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.tar.gz freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.tar.zst freebsd-ports-gnome-350edb4537ee5fdf848c8c9593f8f0bbccd2f22d.zip |
- Convert USE_BZIP2 to USES
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'graphics/ristretto')
-rw-r--r-- | graphics/ristretto/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 4172f8bac701..b84e8d384634 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -12,12 +12,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Image viewer with Xfce integration +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libcairo.so:${PORTSDIR}/graphics/cairo -USES= pkgconfig gettext pathfix desktop-file-utils gmake -USE_BZIP2= yes +USES= pkgconfig gettext pathfix desktop-file-utils gmake tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 intltool intlhack INSTALLS_ICONS= yes |