diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 23:47:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 23:47:06 +0000 |
commit | c026738e290eace07c199ff84d7e994702259c4d (patch) | |
tree | 3bdfd0b6b9129af89e2126e5e6bc05c10b614d87 /x11 | |
parent | 006a9587d40dd890454c216bd4f2e6a602cbc4df (diff) | |
download | FreeBSD-ports-c026738e290eace07c199ff84d7e994702259c4d.zip FreeBSD-ports-c026738e290eace07c199ff84d7e994702259c4d.tar.gz |
I mean, giflib is called libgif. Augh.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kworldwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 6a0aae5..1f906a6 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 12 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.7 1998/10/02 18:21:34 brian Exp $ +# $Id: Makefile,v 1.8 1998/10/09 23:44:14 asami Exp $ # DISTNAME= kworldwatch-0.6 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= scrappy@freebsd.org -LIB_DEPENDS= giflib.3:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ kdecore.1:${PORTSDIR}/x11/kdelibs \ kdeui.1:${PORTSDIR}/x11/kdelibs \ kfm.1:${PORTSDIR}/x11/kdelibs |