diff options
author | hubertf <hubertf> | 1997-12-22 07:52:00 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-22 07:52:00 +0000 |
commit | c4beedb990dd223398c819a574967e17d18a1cce (patch) | |
tree | 1f5e17daf8c1e4677c984a9270e3772354e3f9a8 /x11 | |
parent | 52d384397b4eab7e2f7ad85e7a1876b7c7640f79 (diff) | |
download | pkgsrc-c4beedb990dd223398c819a574967e17d18a1cce.tar.gz |
Fix setting CONFIGURE_ENV ("=" -> "+=")
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index b410ffec2ee..1f9d1b3fe8a 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $NetBSD: Makefile,v 1.3 1997/12/19 09:24:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:52:03 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes USE_X11= yes # change this and remove the strip statement in post-install for debugging -CONFIGURE_ENV= CCFLAGS="-O -pipe" +CONFIGURE_ENV+= CCFLAGS="-O -pipe" .if defined(HAVE_MOTIF) IS_INTERACTIVE= yes |