diff options
author | se <se@FreeBSD.org> | 1998-02-16 06:18:32 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1998-02-16 06:18:32 +0800 |
commit | 5f72855ee6242869eb21e5493979f784c1f94195 (patch) | |
tree | 8e6eb6b59a1f9d56ca89dca92046b620b7f930e8 /x11/kdebase4-runtime | |
parent | 7fe434d01d495c68a8fc9603ed9a5ac7f54f9921 (diff) | |
download | freebsd-ports-gnome-5f72855ee6242869eb21e5493979f784c1f94195.tar.gz freebsd-ports-gnome-5f72855ee6242869eb21e5493979f784c1f94195.tar.zst freebsd-ports-gnome-5f72855ee6242869eb21e5493979f784c1f94195.zip |
Clean up Makefile
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 3bb85a759d91..e8dd1cfd03d8 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -3,15 +3,15 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp $ +# $Id: Makefile,v 1.7 1998/02/07 11:58:31 se Exp $ # DISTNAME= kdebase-Beta3-1 PKGNAME= kdebase-3.1b CATEGORIES= x11 kde 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/ + 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 @@ -29,8 +29,8 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ 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" + "--with-extra-includes=$(PREFIX)/include/giflib" + CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" |