diff options
author | ache <ache@FreeBSD.org> | 2008-05-01 08:15:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-05-01 08:15:41 +0800 |
commit | 1acd1a3a7a1760bf73642ea9c580aacb31da137c (patch) | |
tree | 6cd5abcc3bb366ab91a2a448a80e565c57a5117e /graphics/png | |
parent | 3f2052b3f212009974384727e04a6b692140b858 (diff) | |
download | freebsd-ports-gnome-1acd1a3a7a1760bf73642ea9c580aacb31da137c.tar.gz freebsd-ports-gnome-1acd1a3a7a1760bf73642ea9c580aacb31da137c.tar.zst freebsd-ports-gnome-1acd1a3a7a1760bf73642ea9c580aacb31da137c.zip |
s,INSTALLS_SHLIB,USE_LDCONFIG,
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 |