diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-20 21:20:54 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-20 21:20:54 +0000 |
commit | d50f5c161606980427ed16359bbbf093837c569d (patch) | |
tree | 6a6a910139edf2d06d347db345f623b66ac8bf48 /graphics/gpicview | |
parent | c0cbdec89fc294b21599921a5958548b4186fdaf (diff) |
Notes
Diffstat (limited to 'graphics/gpicview')
-rw-r--r-- | graphics/gpicview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile index 9283e0ba0b3a..2ebf18567679 100644 --- a/graphics/gpicview/Makefile +++ b/graphics/gpicview/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpicview PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/ @@ -11,7 +12,7 @@ COMMENT= Simple and fast image viewer for X11 LICENSE= GPLv2 -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gettext gmake pkgconfig USE_GNOME= gtk20 intltool INSTALLS_ICONS= yes |