summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-22 07:52:00 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-22 07:52:00 +0000
commit809d8e2067382f06462ab884df1a1823931f390d (patch)
tree1f5e17daf8c1e4677c984a9270e3772354e3f9a8 /x11/lesstif
parent8639bafeaa485cc1edbbeb6e2ce7d43ab384150b (diff)
downloadpkgsrc-809d8e2067382f06462ab884df1a1823931f390d.tar.gz
Fix setting CONFIGURE_ENV ("=" -> "+=")
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile4
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