diff options
Diffstat (limited to 'chinese/srecite/Makefile')
-rw-r--r-- | chinese/srecite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/srecite/Makefile b/chinese/srecite/Makefile index b4f4449933f9..c1e3288b2e78 100644 --- a/chinese/srecite/Makefile +++ b/chinese/srecite/Makefile @@ -19,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for the Chinese people to study foreign language GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui |