diff options
author | danfe <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
commit | d711ae522135f44caeb5efb956064de4c2bdc943 (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /graphics/geeqie | |
parent | a0265dd5d775a91ee87b711f0e2373598d77834a (diff) | |
download | freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.tar.gz freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.tar.zst freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.zip |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 1c82e84b96ea..d91528c83d9a 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -3,6 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -11,13 +12,13 @@ COMMENT= Lightweight image viewer forked from GQview LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +USES= gettext gmake pkgconfig USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ --with-readmedir="${DOCSDIR}" -USES= gettext gmake pkgconfig CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= ${CFLAGS} @@ -31,7 +32,7 @@ OPTIONS_DEFAULT=EXIV2 LCMS EXIV2_DESC= Metadata editing LCMS_DESC= Color adjusting LIRC_DESC= Remote control -GPS_DESC= GPS map support (libchamplain) EXPERIMENTAL +GPS_DESC= GPS map support via libchamplain (experimental!) EXIV2_LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 EXIV2_CONFIGURE_ENABLE= exiv2 |