diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-06 07:33:44 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-06 07:33:44 +0800 |
commit | 99c96d7f80f7ba5cf97c316a989965100777934d (patch) | |
tree | b99998b18183b4ca36b9009bfc0c3ac91c3631ba /chinese/zhcon | |
parent | c513b2f007030fb4fcedd1a64c6b4a445c14799f (diff) | |
download | freebsd-ports-gnome-99c96d7f80f7ba5cf97c316a989965100777934d.tar.gz freebsd-ports-gnome-99c96d7f80f7ba5cf97c316a989965100777934d.tar.zst freebsd-ports-gnome-99c96d7f80f7ba5cf97c316a989965100777934d.zip |
- Respect LOCALBASE
PR: ports/113385
Submitted by: tdb
Approved by: chinsan (maintainer)
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 |