aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xine
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-09-20 21:54:25 +0800
committerknu <knu@FreeBSD.org>2001-09-20 21:54:25 +0800
commit6ab51e610969f233c2c7a84dac934437ace2a715 (patch)
tree54a651ef789728bba2dc5549f2cb739d18def1da /graphics/xine
parent923a670d8c7584adbb033ab8c39de5a7495f37cc (diff)
downloadfreebsd-ports-gnome-6ab51e610969f233c2c7a84dac934437ace2a715.tar.gz
freebsd-ports-gnome-6ab51e610969f233c2c7a84dac934437ace2a715.tar.zst
freebsd-ports-gnome-6ab51e610969f233c2c7a84dac934437ace2a715.zip
Fix the png dependency. (png.4 -> png.5) Hence bump PORTREVISION.
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'graphics/xine')
-rw-r--r--graphics/xine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xine/Makefile b/graphics/xine/Makefile
index 08cc6daf07e8..04dd505ff117 100644
--- a/graphics/xine/Makefile
+++ b/graphics/xine/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xine
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/ \
${MASTER_SITE_SOURCEFORGE}
@@ -17,7 +18,7 @@ MAINTAINER= nobutaka@nobutaka.com
LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \
aa.1:${PORTSDIR}/graphics/aalib \
- png.4:${PORTSDIR}/graphics/png
+ png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_GMAKE= yes