diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 11:32:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 11:32:41 +0800 |
commit | 1eef012a40dcc8cbf3e7296c341f7e26703f89d4 (patch) | |
tree | ba18ff967dd7709fc780872a2bf6c4ea7f554c5f /misc | |
parent | ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20 (diff) | |
download | freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.gz freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.zst freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.zip |
Bump png major
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 8f747a345bd6..6fe98e1ccde7 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.4:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 2fbca31b3c07..7aa5407b8af7 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ MAINTAINER?= mita@FreeBSD.org -LIB_DEPENDS+= png.4:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile index fc5a66b19fca..0bea4915d0a2 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.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ xview.3:${PORTSDIR}/x11-toolkits/xview USE_X_PREFIX= yes |