diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:25:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:25:00 +0000 |
commit | c170f04e0fda919dac1289f98bd6c5e9bce66577 (patch) | |
tree | fac4ff4628cb6ce8744b27095ca40baea5e8650a /graphics/png | |
parent | 941a08ed0050a35d7e20c28046f12f39717cfb8e (diff) |
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 c1e80546ebb6..5089ef4821bb 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -20,7 +20,7 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= ache@FreeBSD.org COMMENT= Library for manipulating PNG images -MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd +MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd ALL_TARGET= all libpng-config test MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f INSTALLS_SHLIB= yes |