diff options
author | se <se@FreeBSD.org> | 1998-02-07 11:55:47 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1998-02-07 11:55:47 +0000 |
commit | 6c5a05739ffa04fe93d5022f1d979c0bfca25996 (patch) | |
tree | b9f57864c6b24ad62f2b801ecdf7bfca0ebcbd02 /x11/kdelibs2/Makefile | |
parent | 4146157853c55f891e4bb904743f9f4a725ae2cb (diff) | |
download | FreeBSD-ports-6c5a05739ffa04fe93d5022f1d979c0bfca25996.zip FreeBSD-ports-6c5a05739ffa04fe93d5022f1d979c0bfca25996.tar.gz |
Upgrade to KDE Beta3:
Recompile all your applications!
Only the minor revision of the shared libraries changed, but
they are not really upward compatible with those from Beta2!
Diffstat (limited to 'x11/kdelibs2/Makefile')
-rw-r--r-- | x11/kdelibs2/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 52ecb9b..abb6424 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -3,29 +3,28 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.4 1997/11/05 21:31:52 asami Exp $ +# $Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp $ # -DISTNAME= kdelibs-Beta2-1 -PKGNAME= kdelibs-2.1b +DISTNAME= kdelibs-Beta3-1 +PKGNAME= kdelibs-3.1b CATEGORIES= x11 kde -MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta2/distribution/tgz/source/ \ - ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta2/distribution/tgz/source/ \ - ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta2/distribution/tgz/source/ -EXTRACT_SUFX= .src.tgz +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org 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 +# gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ - "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ - "--datadir=$(PREFIX)/share/kde" + "--x-inc=$(X11BASE)/include -I$(PREFIX)/include" \ + "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" WRKSRC= ${WRKDIR}/kdelibs |