aboutsummaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-18 10:48:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-18 10:48:06 +0000
commit2895ffa02dd6e0e10473ea825b764285549b2c07 (patch)
tree21023af6de1dfc0b95467a683b20747d098191ba /graphics/png
parenta320d6dbebb048e077f305c0d79c7f911f1ea510 (diff)
downloadports-2895ffa02dd6e0e10473ea825b764285549b2c07.tar.gz
ports-2895ffa02dd6e0e10473ea825b764285549b2c07.zip
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile2
-rw-r--r--graphics/png/files/makefile.freebsd2
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 775906fb01d8..b15d2bc4a9ce 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -7,7 +7,7 @@
PORTNAME= png
PORTVERSION= 1.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.libpng.org/pub/png/src/ \
ftp://swrinde.nde.swri.edu/pub/png/src/ \
diff --git a/graphics/png/files/makefile.freebsd b/graphics/png/files/makefile.freebsd
index 4ce6a2170b2c..6b2dd459d9c3 100644
--- a/graphics/png/files/makefile.freebsd
+++ b/graphics/png/files/makefile.freebsd
@@ -22,6 +22,8 @@ MAN= libpng.3 libpngpf.3 png.5
MANDIR= /man/man
SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
libpng/pngconf.h ${INCSDIR}/../pngconf.h
+LDADD+= -lm
+DPADD+= ${LIBM}
CFLAGS+= -I. -DPNG_USE_PNGGCCRD
.if (${ARCH} != "i386")