summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:29:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:29:58 +0000
commitcea39d6761fa4a74762992aeb2b754c204593695 (patch)
treeb95aef25cc00a6fbf6e77ba7b8f05aa5cb72141f
parentpng public interface is enough to build those ports (diff)
Do not hardcode png15
Notes
Notes: svn path=/head/; revision=375371
-rw-r--r--devel/directfb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 4669c6677edf..627ba4bca601 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -14,7 +14,7 @@ COMMENT= Graphic development lightweight API
LICENSE= LGPL21
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS
UNIQUE_DESC= Unique (WM Module)
@@ -22,7 +22,7 @@ UNIQUE_DESC= Unique (WM Module)
OPTIONS_DEFAULT= FREETYPE X11 SDL
OPTIONS_SUB= yes
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool ncurses pathfix perl5 pkgconfig