From 9902258e5cf9eba43c8c50d91180db959abf29e0 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 15 Sep 1998 11:57:51 +0000 Subject: libpng major is now 3. Also remove regexp support in preparation for ELF conversion. --- x11/gnome-libs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gnome-libs') diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 3fb4a8498d0c..cd74081e5997 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.3 1998/09/15 11:13:38 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/15 11:46:13 asami Exp $ # DISTNAME= gnome-libs-0.27 @@ -20,7 +20,7 @@ LIB_DEPENDS+= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gif\\.3\\.:${PORTSDIR}/graphics/giflib -LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png LIB_DEPENDS+= Xpm.5:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes -- cgit