diff options
author | asami <asami@FreeBSD.org> | 1999-01-08 17:54:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-08 17:54:21 +0800 |
commit | a59e3c81bfd039f6231a762d5c7d00cfc9074667 (patch) | |
tree | 04cd622ebf9d043124983c0d373b463dd137bae1 /x11/kdebase4 | |
parent | 2383e7c801028c8b05ce910c702cbcdb34a9cccf (diff) | |
download | freebsd-ports-gnome-a59e3c81bfd039f6231a762d5c7d00cfc9074667.tar.gz freebsd-ports-gnome-a59e3c81bfd039f6231a762d5c7d00cfc9074667.tar.zst freebsd-ports-gnome-a59e3c81bfd039f6231a762d5c7d00cfc9074667.zip |
Make dependency lines point to right directories -- they were still
using the old names (without "11").
Diffstat (limited to 'x11/kdebase4')
-rw-r--r-- | x11/kdebase4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 5aff8c9a5580..898a19d3d0dd 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/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 |