summaryrefslogtreecommitdiff
path: root/graphics/gtkam
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 22:50:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 22:50:08 +0000
commit056230126a6353adbc81234b869fb9a753a68eda (patch)
tree37df4fc811b1aedcf8870f96fdb903e91717e5a4 /graphics/gtkam
parentStagify. (diff)
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed - Fix plist for NLS files - Add required LIBS for graphics/gtkam Approved by: portmgr blanket
Diffstat (limited to 'graphics/gtkam')
-rw-r--r--graphics/gtkam/Makefile2
1 files changed, 2 insertions, 0 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