diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-28 17:09:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-28 17:09:45 +0000 |
commit | 7b1a952efb7bbb07cfa10b7420914f0569cad090 (patch) | |
tree | 3c4be1d846046dbe05ab025b5e6b2cc177cccaea /graphics/gthumb2/Makefile | |
parent | db1fb430dc247a5fca42cff9d5c7c11b09d158e5 (diff) |
Notes
Diffstat (limited to 'graphics/gthumb2/Makefile')
-rw-r--r-- | graphics/gthumb2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/gthumb2/Makefile b/graphics/gthumb2/Makefile index 583d7cce7ee0..9370fcef5174 100644 --- a/graphics/gthumb2/Makefile +++ b/graphics/gthumb2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gthumb2 -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.3.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 @@ -17,6 +16,8 @@ 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 + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -30,10 +31,6 @@ MAN1= gthumb.1 .include <bsd.port.pre.mk> -.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10) -LIB_DEPENDS+= exif.10:${PORTSDIR}/graphics/libexif -.endif - .if defined(WITH_GPHOTO2) || exists(${LOCALBASE}/lib/libgphoto2.so.2) LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 .endif |