diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-01 13:26:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-01 13:26:28 +0800 |
commit | 530706893f31269bbfa303e069f2e76cbbe2fce7 (patch) | |
tree | a8077a0d6e20d70b39e6a7fe3e57a6dafe7c7f33 /graphics/pvmpov | |
parent | 9d262811a145d3e715edefd1d5d64ceac41de547 (diff) | |
download | freebsd-ports-gnome-530706893f31269bbfa303e069f2e76cbbe2fce7.tar.gz freebsd-ports-gnome-530706893f31269bbfa303e069f2e76cbbe2fce7.tar.zst freebsd-ports-gnome-530706893f31269bbfa303e069f2e76cbbe2fce7.zip |
- update png to 1.5.10
Diffstat (limited to 'graphics/pvmpov')
-rw-r--r-- | graphics/pvmpov/Makefile | 3 | ||||
-rw-r--r-- | graphics/pvmpov/files/patch-ab | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile index bfbd39d0f0ad..d974cab5269e 100644 --- a/graphics/pvmpov/Makefile +++ b/graphics/pvmpov/Makefile @@ -7,7 +7,7 @@ PORTNAME= pvmpov PORTVERSION= 3.1g.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics parallel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.1g2.tgz DISTNAME= ${PORTNAME}-3.1g2 @@ -18,6 +18,7 @@ COMMENT= Distributed rendering package for Persistence of Vision Ray Tracer BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/povray31:configure \ aimk:${PORTSDIR}/net/pvm +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= povray31:${PORTSDIR}/graphics/povray31 \ pvmd:${PORTSDIR}/net/pvm diff --git a/graphics/pvmpov/files/patch-ab b/graphics/pvmpov/files/patch-ab index bc9572eda285..74c3af68658a 100644 --- a/graphics/pvmpov/files/patch-ab +++ b/graphics/pvmpov/files/patch-ab @@ -7,7 +7,7 @@ -PNGDIR = $(SRCDIR)/libpng -LIBPNGINC = -I$(PNGDIR) +PNGDIR = -+LIBPNGINC = -I%LOCALBASE%/include ++LIBPNGINC = -I%LOCALBASE%/include/libpng15 #LIBPNGLIB = $(PNGDIR)/libpng.a #LIBPNGINC = -I/usr/X11R6/include -LIBPNGLIB = -L$(PNGDIR) -lpng |