1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Finish properly support png 1.5

This commit is contained in:
Antoine Brodin 2014-12-24 20:53:40 +00:00
parent b1541aafa8
commit e0a18a6868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375485

View File

@ -51,7 +51,7 @@
#endif
+PNG = -DDOPNG
+PNGINC = -I${LOCALBASE}/include/libpng15
+PNGINC = -I${LOCALBASE}/include
+PNGLIB = -L${LOCALBASE}/lib -lpng
+
+JP2K = -DDOJP2K