diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 03:32:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 03:32:41 +0000 |
commit | 5676988fbdae24508f808f1482546e67a8ca7303 (patch) | |
tree | fafee761f2f4f28526f5fb1dda8a5e2f94321c9a /x11-toolkits/xmhtml | |
parent | 028edff22e4244bac15d71e0e6d1ce599ce6364b (diff) |
Bump png major
Notes
Notes:
svn path=/head/; revision=47630
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 025741643e7f..5e7acfdd9c1f 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -16,7 +16,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de # BUILD_DEPENDS is used instead of USE_LIBTOOL in order to avoid # GNU_CONFIGURE being set. BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg #USE_LIBTOOL= yes |