diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-22 07:22:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-22 07:22:40 +0000 |
commit | 7b70ba26ba9cb8a8fae272d6e1373a34ecf8abfa (patch) | |
tree | d5a3c41c6f24df71a7d105f149eeb5c4ac1920d2 | |
parent | I'm hosting the distfile locally until www.coaster-burn.org behaves better, (diff) |
Add gnomehier to fix plist.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=131878
-rw-r--r-- | graphics/gimageview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 13b13e0512fd..e2a8452221e3 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer @@ -18,7 +18,7 @@ COMMENT= Yet another GTK+ based image viewer USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gdkpixbuf +USE_GNOME= gdkpixbuf gnomehier USE_GETTEXT= yes WANT_GNOME= yes GNU_CONFIGURE= yes |