diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 04:20:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 04:20:23 +0000 |
commit | ab4c4c313531b670e303d74fa78917b501e7456a (patch) | |
tree | 21b07dc1ffabcf581e94b9f42c31bcbfb902461a /x11/kdebase4-workspace | |
parent | 66793bc9cf072aa07de1a8bb7449f6842ca226e2 (diff) | |
download | ports-ab4c4c313531b670e303d74fa78917b501e7456a.tar.gz ports-ab4c4c313531b670e303d74fa78917b501e7456a.zip |
Notes
Diffstat (limited to 'x11/kdebase4-workspace')
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index ab1285e3c046..f575bfd10732 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -3,11 +3,12 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.2 1997/11/03 00:25:42 se Exp $ +# $Id: Makefile,v 1.3 1997/11/03 21:55:35 se Exp $ # DISTNAME= kdebase-Beta1-3 -CATEGORIES= x11 +PKGNAME= kdebase-1.3b +CATEGORIES= x11 kde MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \ ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \ ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/ @@ -15,7 +16,7 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org -BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ |