Use devel/gettext instead of libintl included in the
distribution itself. Approved by: maintainer
This commit is contained in:
parent
a0a60590ca
commit
5ad79257de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29621
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue