diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-12-11 19:37:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-12-11 19:37:20 +0000 |
commit | ccae87e4716c8f34b312c6a18418b89ebf14dba5 (patch) | |
tree | bc024af98daddc24fb4a88693bae903b410b6297 /graphics/png/files | |
parent | 238641c925dcb9945d9a64efe3ac966ad028462a (diff) |
Notes
Diffstat (limited to 'graphics/png/files')
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 8deaed6b52d6..00b56967cf8d 100644 --- a/graphics/png/files/patch-ab +++ b/graphics/png/files/patch-ab @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.22 + Version: 1.2.23 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |