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 | 396866ce8fa16bf59cbbd2d0194d04db29557a56 (diff) | |
download | ports-3c8093e651a896fa26bd19e4c21a3f16b40870b3.tar.gz ports-3c8093e651a896fa26bd19e4c21a3f16b40870b3.zip |
Notes
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 |