diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-23 22:50:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-23 22:50:08 +0000 |
commit | 056230126a6353adbc81234b869fb9a753a68eda (patch) | |
tree | 37df4fc811b1aedcf8870f96fdb903e91717e5a4 /graphics | |
parent | f4c78940569bb288473c9ca894cbd677704dbb5e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkam/Makefile | 2 | ||||
-rw-r--r-- | graphics/libexif-gtk/Makefile | 7 | ||||
-rw-r--r-- | graphics/libexif-gtk/pkg-plist | 13 |
3 files changed, 12 insertions, 10 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index b2a131e0d33f..a3034bcb966e 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtkam PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} @@ -20,6 +21,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= `pkg-config --libs gtk+-x11-2.0` OPTIONS_DEFINE= DOCS GIMP GNOME OPTIONS_SUB= yes diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index 875b49c74b21..61bdbdcbee4b 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= libexif-gtk PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION} @@ -14,9 +14,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_GNOME= gtk20 -USE_AUTOTOOLS= autoconf libtool +USE_AUTOTOOLS= autoconf +GUN_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes diff --git a/graphics/libexif-gtk/pkg-plist b/graphics/libexif-gtk/pkg-plist index e9d5c9d5f0ad..f357c4d0d49a 100644 --- a/graphics/libexif-gtk/pkg-plist +++ b/graphics/libexif-gtk/pkg-plist @@ -13,13 +13,12 @@ include/libexif-gtk/gtk-exif-entry-user-comment.h include/libexif-gtk/gtk-exif-entry-version.h include/libexif-gtk/gtk-exif-entry.h lib/libexif-gtk.a -lib/libexif-gtk.la lib/libexif-gtk.so -lib/libexif-gtk.so.6 +lib/libexif-gtk.so.5.1.0 libdata/pkgconfig/libexif-gtk.pc -share/locale/de/LC_MESSAGES/libexif-gtk-5.mo -share/locale/es/LC_MESSAGES/libexif-gtk-5.mo -share/locale/fr/LC_MESSAGES/libexif-gtk-5.mo -share/locale/pl/LC_MESSAGES/libexif-gtk-5.mo -share/locale/ru/LC_MESSAGES/libexif-gtk-5.mo +%%NLS%%share/locale/de/LC_MESSAGES/libexif-gtk-5.mo +%%NLS%%share/locale/es/LC_MESSAGES/libexif-gtk-5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libexif-gtk-5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libexif-gtk-5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libexif-gtk-5.mo @dirrm include/libexif-gtk |