diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-04 06:11:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-04 06:11:49 +0000 |
commit | a83fc4bd240cf2261c2c3fd0872b1ef823ac3a27 (patch) | |
tree | b0a986862d08246321b2c052af504975fcb875c0 /graphics/gthumb | |
parent | b4c1c2e8ea607ff9f94b6ca79cf5681d0412c948 (diff) |
Notes
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 348908be7df4..a18c8d264bf1 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gthumb PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= pav@FreeBSD.org COMMENT= An image viewer and browser for the GNOME 2 environment -LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif USE_BZIP2= yes USE_X_PREFIX= yes |