diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
commit | 74a1518134fb8879cca1b1029853296ca20154df (patch) | |
tree | e927d0d202a283b214983d8187d323a459fa6d9e /misc | |
parent | d5d1f805e48010e7651e00a161f834b0a5d83842 (diff) | |
download | freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.gz freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.zst freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.zip |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/alevt/Makefile | 2 | ||||
-rw-r--r-- | misc/magicpoint/Makefile | 2 | ||||
-rw-r--r-- | misc/videotext/Makefile | 2 |
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 |