diff options
Diffstat (limited to 'x11-toolkits/fox17/Makefile')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 4ba0ab1942e8..2674a9c6e64f 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -7,6 +7,7 @@ PORTNAME= fox PORTVERSION= 1.7.33 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ @@ -57,7 +58,7 @@ LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg .if defined(WITHOUT_PNG) CONFIGURE_ARGS+=--disable-png .else -LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png .endif .if defined(WITHOUT_TIFF) |