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 /graphics/png | |
parent | 40160365b4e1ca3d39c240da9a475907de81ce06 (diff) | |
download | ports-3dbdbaa99e7498e886288427ae69c6ed07ae1427.tar.gz ports-3dbdbaa99e7498e886288427ae69c6ed07ae1427.zip |
Notes
Diffstat (limited to 'graphics/png')
-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 |