summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-04 07:13:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-04 07:13:35 +0000
commit6db96c05006f9dc75e9717730eb1a12a7476f363 (patch)
tree0b0138a6c6fb473a21e0292bbb3459d380585f98 /misc
parentAdd tiff2png, a TIFF-to-PNG image converter. (diff)
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes
Notes: svn path=/head/; revision=30165
Diffstat (limited to 'misc')
-rw-r--r--misc/alevt/Makefile2
-rw-r--r--misc/magicpoint/Makefile2
-rw-r--r--misc/videotext/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile
index 9536522c8099..a785c2df1887 100644
--- a/misc/alevt/Makefile
+++ b/misc/alevt/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/video
MAINTAINER= roger@freebsd.org
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 7d6f118b59fb..f081443f5db6 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/
MAINTAINER?= mita@jp.FreeBSD.org
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
- png.3:${PORTSDIR}/graphics/png
+ png.4:${PORTSDIR}/graphics/png
USE_IMAKE= yes
GNU_CONFIGURE= yes
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile
index 0e52d0e0dabf..fc5a66b19fca 100644
--- a/misc/videotext/Makefile
+++ b/misc/videotext/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/
MAINTAINER= roger@FreeBSD.org
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
xview.3:${PORTSDIR}/x11-toolkits/xview
USE_X_PREFIX= yes