diff options
author | asami <asami@FreeBSD.org> | 1998-09-26 08:02:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-26 08:02:36 +0800 |
commit | b0c943bd90fffcaf163b0d421ee047e591a24ec2 (patch) | |
tree | cebf290dbab672237fa364208f9ea0ddb58e72f3 /x11/gnome-libs | |
parent | af007fb552d74a64a5e0b7c185351b7d20ae29e5 (diff) | |
download | freebsd-ports-gnome-b0c943bd90fffcaf163b0d421ee047e591a24ec2.tar.gz freebsd-ports-gnome-b0c943bd90fffcaf163b0d421ee047e591a24ec2.tar.zst freebsd-ports-gnome-b0c943bd90fffcaf163b0d421ee047e591a24ec2.zip |
Typo (gdk_Imlib should be gdk_imlib).
Found by: osa@ozz.etrust.ru
Diffstat (limited to 'x11/gnome-libs')
-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 5b8a03a54220..e77ba6edf8c0 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.9 1998/09/22 22:55:56 asami Exp $ +# $Id: Makefile,v 1.10 1998/09/25 09:52:45 asami Exp $ # DISTNAME= gnome-libs-0.27 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -LIB_DEPENDS= gdk_Imlib.1:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg |