summaryrefslogtreecommitdiff
path: root/www/amaya
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-08 05:27:23 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-08 05:27:23 +0000
commitd6428c128a0c89c05e74323a0fae273668734f0e (patch)
tree8162070e5da83b9789930ed11293908dd54b3fb6 /www/amaya
parentDo not use %SUBDIR% in MASTER_SITES, since it will not be (diff)
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=75089
Diffstat (limited to 'www/amaya')
-rw-r--r--www/amaya/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index 4af2e9c2d923..6304cf43ba75 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -24,8 +24,8 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LIBS="${LIBS} -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --without-graphic-libs
DICT?= none