diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-28 21:21:41 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-28 21:21:41 +0000 |
commit | 46b7c67171451db4631159ff96c48c5716016eab (patch) | |
tree | 1b7c854762954ff5d6b3ca2dacc111565a25207b /graphics/gtkam | |
parent | Attempt to remove libexec/openldap when deinstalling. (diff) |
- Update graphics/libexif-gtk to version 0.4.0
- Convert to OptionsNG, respect global DOCS, NLS
- Add LICENSE
- Don't build with debug flags by default
- Bump affected graphics/gtkam port
PR: ports/176830
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: maintainer timeout
Diffstat (limited to 'graphics/gtkam')
-rw-r--r-- | graphics/gtkam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 40a0cee089b7..0318a6c9dd93 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} MAINTAINER= pav@FreeBSD.org COMMENT= Download and view files from various digital cameras -LIB_DEPENDS= exif-gtk.5:${PORTSDIR}/graphics/libexif-gtk \ +LIB_DEPENDS= exif-gtk:${PORTSDIR}/graphics/libexif-gtk \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 WANT_GNOME= yes |