diff options
author | asami <asami@FreeBSD.org> | 1998-09-26 00:02:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-26 00:02:36 +0000 |
commit | b0c943bd90fffcaf163b0d421ee047e591a24ec2 (patch) | |
tree | cebf290dbab672237fa364208f9ea0ddb58e72f3 /x11/gnomelibs | |
parent | af007fb552d74a64a5e0b7c185351b7d20ae29e5 (diff) | |
download | FreeBSD-ports-b0c943bd90fffcaf163b0d421ee047e591a24ec2.zip FreeBSD-ports-b0c943bd90fffcaf163b0d421ee047e591a24ec2.tar.gz |
Typo (gdk_Imlib should be gdk_imlib).
Found by: osa@ozz.etrust.ru
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 5b8a03a..e77ba6e 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.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 |