diff options
author | tron <tron> | 1999-02-17 21:55:17 +0000 |
---|---|---|
committer | tron <tron> | 1999-02-17 21:55:17 +0000 |
commit | 8961e1bbe6e462de459763918e221b987144a125 (patch) | |
tree | be95c8b3373ad01f7d04cdcaee46f8278d79500e /x11 | |
parent | c7d6edf369148950e23d608d681bb64b0f75379f (diff) | |
download | pkgsrc-8961e1bbe6e462de459763918e221b987144a125.tar.gz |
Remove bogus whitespace.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 1835fbbbd1f..9182b2ce19b 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/02/15 21:33:34 tron Exp $ +# $NetBSD: Makefile,v 1.26 1999/02/17 21:55:17 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -21,7 +21,7 @@ CONFLICTS= kdelibs-* USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes -LIBTOOL_FLAGS= --cplusplus --install-la +LIBTOOL_FLAGS= --cplusplus --install-la GNU_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${LOCALBASE}/include" \ "--x-lib=${X11BASE}/lib -L${LOCALBASE}/lib" \ |