diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-08 09:54:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-08 09:54:21 +0000 |
commit | a949ff1e145709d8abe619c68a3594d957de4e68 (patch) | |
tree | 454c62e97c785b87bf713cff5ceefd04e2ec664c /x11/kde4-runtime | |
parent | Change filename so this patch actually applies. (diff) |
Make dependency lines point to right directories -- they were still
using the old names (without "11").
Notes
Notes:
svn path=/head/; revision=15927
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 5aff8c9a5580..898a19d3d0dd 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.22 1998/12/01 02:57:27 asami Exp $ +# $Id: Makefile,v 1.24 1999/01/07 00:51:59 se Exp $ # DISTNAME= kdebase @@ -18,7 +18,7 @@ MAINTAINER= se@freebsd.org BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.2:${PORTSDIR}/x11/kdelibs \ + kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm EXTRACT_CMD= bzip2 |