aboutsummaryrefslogtreecommitdiff
path: root/graphics/flphoto/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-12-22 11:51:49 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-12-22 11:51:49 +0000
commitf3773e93eb758b46c34fe3eb0a44d941e03a3705 (patch)
tree0c59b9ecf2afafeb480f2f48bb5e4057f08ebdc3 /graphics/flphoto/Makefile
parent3ad9abc42df9cacef8bcdc2228acf5bf6092ca7d (diff)
downloadports-f3773e93eb758b46c34fe3eb0a44d941e03a3705.tar.gz
ports-f3773e93eb758b46c34fe3eb0a44d941e03a3705.zip
Fix build with CUPS [1], and assorted other fixes:
- #include <cups/ppd.h> [1] - remove gphoto2 and fltk ABI versions from LIB_DEPENDS, to quiet portlint - fix int-vs-long format string Clang compiler warning in espmsg.c - declare static char *hex const in http-md5.cxx to fix non-writable string literal Clang warning Submitted by: Hans Petter Selasky [1]
Notes
Notes: svn path=/head/; revision=309385
Diffstat (limited to 'graphics/flphoto/Makefile')
-rw-r--r--graphics/flphoto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile
index cff13cb3ba67..f8a562c284d7 100644
--- a/graphics/flphoto/Makefile
+++ b/graphics/flphoto/Makefile
@@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= ports@FreeBSD.org
COMMENT= A basic image management and display program
-LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
- fltk.1:${PORTSDIR}/x11-toolkits/fltk \
+LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 \
+ fltk:${PORTSDIR}/x11-toolkits/fltk \
png15:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}