diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 19:57:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 19:57:51 +0800 |
commit | 9902258e5cf9eba43c8c50d91180db959abf29e0 (patch) | |
tree | 97c1481d3e06d1c6c19ad65a1ff5beb245c8edaf /x11/gnomelibs | |
parent | d1fac7b50d149f2bf015727a6a210b5d05776782 (diff) | |
download | freebsd-ports-gnome-9902258e5cf9eba43c8c50d91180db959abf29e0.tar.gz freebsd-ports-gnome-9902258e5cf9eba43c8c50d91180db959abf29e0.tar.zst freebsd-ports-gnome-9902258e5cf9eba43c8c50d91180db959abf29e0.zip |
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 3fb4a8498d0c..cd74081e5997 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $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 |