diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
commit | d6428c128a0c89c05e74323a0fae273668734f0e (patch) | |
tree | 8162070e5da83b9789930ed11293908dd54b3fb6 /www/amaya/Makefile | |
parent | faf2627e8535b127f620c90f35363e48d75fa56e (diff) |
Notes
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 4 |
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 |