aboutsummaryrefslogtreecommitdiff
path: root/japanese/gxditview
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2003-06-01 12:45:49 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2003-06-01 12:45:49 +0000
commit5b5ccf239a226f4ced49739ad5c7220a3fa95079 (patch)
tree996ab16e080740a299b039f35cfa86afbb8f758b /japanese/gxditview
parent922cf7b230cc7ac2a31ae8e382654307369b9a01 (diff)
downloadports-5b5ccf239a226f4ced49739ad5c7220a3fa95079.tar.gz
ports-5b5ccf239a226f4ced49739ad5c7220a3fa95079.zip
Fix the error in a link stage.
Reported by: kris and bento
Notes
Notes: svn path=/head/; revision=81897
Diffstat (limited to 'japanese/gxditview')
-rw-r--r--japanese/gxditview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile
index 89baf9d81dd9..5be70ea79a6b 100644
--- a/japanese/gxditview/Makefile
+++ b/japanese/gxditview/Makefile
@@ -33,7 +33,8 @@ CONFIGURE_ENV= INSTALL_MAN="${INSTALL_MAN}" \
LIBS="-L${LOCALBASE}/lib -liconv"
CFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV= GROFF_PREFIX=${LOCALBASE}
+MAKE_ARGS= GROFF_PREFIX=${LOCALBASE} \
+ EXTRA_LIBRARIES="-L${LOCALBASE}/lib -liconv"
XDITVIEW_WRKSRC=${WRKDIR}/${DISTNAME}/src/xditview
BUILD_WRKSRC= ${XDITVIEW_WRKSRC}
INSTALL_WRKSRC= ${XDITVIEW_WRKSRC}