diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-05-01 00:15:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-05-01 00:15:41 +0000 |
commit | 3dbdbaa99e7498e886288427ae69c6ed07ae1427 (patch) | |
tree | ee204d57af38e017a7eff424fff0130cf32380cb | |
parent | Update to 2.4.4. Fixes some bugs, and adds the ability to store full (diff) |
s,INSTALLS_SHLIB,USE_LDCONFIG,
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index c1b4516f66eb..32aac99b1537 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -24,7 +24,7 @@ COMMENT= Library for manipulating PNG images MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd ALL_TARGET= all libpng-config test MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 5 USE_BZIP2= yes |