diff options
author | asami <asami@FreeBSD.org> | 1998-08-26 06:40:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-26 06:40:27 +0000 |
commit | 53972993a29c56fb8157e4c1775c85f26aa4d088 (patch) | |
tree | 87a56b3b451549a37a05ee8036858d507cb66c22 /audio | |
parent | dc83e587f6e24b4ac48f531d4cec4b81a29eb611 (diff) | |
download | FreeBSD-ports-53972993a29c56fb8157e4c1775c85f26aa4d088.zip FreeBSD-ports-53972993a29c56fb8157e4c1775c85f26aa4d088.tar.gz |
No need to use += for a variable defined only once.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xamp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile index a8a67ef..33a4f12 100644 --- a/audio/xamp/Makefile +++ b/audio/xamp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 July 1998 # Whom: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw> # -# $Id: Makefile,v 1.1.1.1 1998/08/25 02:02:43 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/08/25 03:48:00 vanilla Exp $ # DISTNAME= xamp-0.8-7 @@ -18,7 +18,7 @@ USE_QT= yes WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8 GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" USE_GMAKE= yes USE_X_PREFIX= yes |