Use devel/gettext instead of libintl included in the

distribution itself.

Approved by:	maintainer
This commit is contained in:
Ade Lovett 2000-06-15 19:56:16 +00:00
parent a0a60590ca
commit 5ad79257de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29621

View file

@ -22,8 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"