diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
commit | 0a6c60d05632ca7959196f3efd4949a3e681ebab (patch) | |
tree | 912fa012a0348fd5a0c256a1e3e6df452be1962e /x11/gnome-libs/Makefile | |
parent | e2fda38196a42df88877660e86d3cb3c68150e1a (diff) | |
download | ports-0a6c60d05632ca7959196f3efd4949a3e681ebab.tar.gz ports-0a6c60d05632ca7959196f3efd4949a3e681ebab.zip |
Notes
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index dbbdadf2f5e2..1cbe2e668d41 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.15 1998/11/17 17:35:21 vanilla Exp $ +# $Id: Makefile,v 1.16 1998/11/25 05:06:22 jseger Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -17,7 +17,7 @@ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 -LIB_DEPENDS+= tiff.1:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gif.3:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png |