diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-02-08 22:30:01 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-02-08 22:30:01 +0000 |
commit | 87bf3684b24cb3a7202e0aa3d431ee1c312d60eb (patch) | |
tree | 79cde1e8cc34603223023a38603032e309824afa /graphics/kdegraphics11 | |
parent | Upgrade to KDE 1.1 RELEASE. (diff) |
Remove extra argument to "configure" that had been committed by accident.
Notes
Notes:
svn path=/head/; revision=16564
Diffstat (limited to 'graphics/kdegraphics11')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index a092f5d04e0d..6af4ca45f012 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.21 1999/02/06 23:22:02 se Exp $ +# $Id: Makefile,v 1.22 1999/02/08 22:25:48 se Exp $ # DISTNAME= kdegraphics-1.1 @@ -27,5 +27,3 @@ CFLAGS+= "-I${PREFIX}/include" USE_GMAKE= yes .include <bsd.port.mk> - -#CONFIGURE_ARGS+="--with-install-root=/data/kde" |