diff options
author | reg <reg@FreeBSD.org> | 2000-10-11 01:15:21 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-11 01:15:21 +0800 |
commit | c02dcc462763fb6f589b14ea1575aa263c9b309c (patch) | |
tree | c7bbc11536e136dbd6041672916074f3e3bd5ab9 /x11-wm/windowmaker/Makefile | |
parent | b1f07f222d453c646453853b6e3782598a1f637a (diff) | |
download | freebsd-ports-gnome-c02dcc462763fb6f589b14ea1575aa263c9b309c.tar.gz freebsd-ports-gnome-c02dcc462763fb6f589b14ea1575aa263c9b309c.tar.zst freebsd-ports-gnome-c02dcc462763fb6f589b14ea1575aa263c9b309c.zip |
Fix my breakage. Add a missing dependency on gettext, and install the
default laocale files.
Noticed by: asami
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index b343b31d1116..5cb1d7077455 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - PropList.2:${PORTSDIR}/devel/libPropList + PropList.2:${PORTSDIR}/devel/libPropList \ + intl.1:${PORTSDIR}/devel/gettext USE_BZIP2= yes USE_PERL5= yes @@ -30,7 +31,8 @@ WANT_GNOME= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \ - CPPFLAGS=-I${LOCALBASE}/include + CPPFLAGS=-I${LOCALBASE}/include \ + LINGUAS="cs da de el es fi fr gl hr it ja ko nl no pl pt ro ru se sk tr zh_CN zh_TW.Big5" CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ --with-libs-from="-L${LOCALBASE}/lib" \ |