diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-05 23:33:44 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-05 23:33:44 +0000 |
commit | 3c8093e651a896fa26bd19e4c21a3f16b40870b3 (patch) | |
tree | bffea8777fdb6befa086cc8924f93bbecff1814e /chinese/zhcon | |
parent | A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined. (diff) |
- Respect LOCALBASE
PR: ports/113385
Submitted by: tdb
Approved by: chinsan (maintainer)
Notes
Notes:
svn path=/head/; revision=192862
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 46e662463012..1d79a1dd08a3 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -22,6 +22,8 @@ USE_ICONV= yes USE_GETTEXT= yes USE_GETOPT_LONG= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |